Ban Management

Ban Management

193k Downloads

Jenkins RSS points to invalid address

rautamiekka opened this issue ยท 2 comments

commented

For a while now the RSS from ci.frostcast.net has given addresses to jenkins.confuser.me which returns Cloudflare's typical error page with message 'Error 526: Invalid SSL certificate'. Substituting the full domain takes to the intended target.

It's confirmed by viewing the source code for the RSS link, like in Firefox:

view-source:https://ci.frostcast.net/job/BanManager/rssAll
<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom"><title>BanManager all builds</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/"/><updated>2017-06-08T11:43:43Z</updated><author><name>Jenkins Server</name></author><id>urn:uuid:903deee0-7bfa-11db-9fe1-0800200c9a66</id><entry><title>BanManager #10 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/10/"/><id>tag:hudson.dev.java.net,2017:BanManager:10</id><published>2017-06-08T11:43:43Z</published><updated>2017-06-08T11:43:43Z</updated></entry><entry><title>BanManager #9 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/9/"/><id>tag:hudson.dev.java.net,2017:BanManager:9</id><published>2017-06-08T11:36:38Z</published><updated>2017-06-08T11:36:38Z</updated></entry><entry><title>BanManager #8 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/8/"/><id>tag:hudson.dev.java.net,2017:BanManager:8</id><published>2017-06-03T11:33:55Z</published><updated>2017-06-03T11:33:55Z</updated></entry><entry><title>BanManager #7 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/7/"/><id>tag:hudson.dev.java.net,2017:BanManager:7</id><published>2017-06-03T11:28:55Z</published><updated>2017-06-03T11:28:55Z</updated></entry><entry><title>BanManager #6 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/6/"/><id>tag:hudson.dev.java.net,2017:BanManager:6</id><published>2017-05-20T13:36:05Z</published><updated>2017-05-20T13:36:05Z</updated></entry><entry><title>BanManager #5 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/5/"/><id>tag:hudson.dev.java.net,2017:BanManager:5</id><published>2017-05-20T13:26:25Z</published><updated>2017-05-20T13:26:25Z</updated></entry><entry><title>BanManager #4 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/4/"/><id>tag:hudson.dev.java.net,2017:BanManager:4</id><published>2017-05-20T13:21:05Z</published><updated>2017-05-20T13:21:05Z</updated></entry><entry><title>BanManager #3 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/3/"/><id>tag:hudson.dev.java.net,2017:BanManager:3</id><published>2017-03-04T10:16:07Z</published><updated>2017-03-04T10:16:07Z</updated></entry><entry><title>BanManager #2 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/2/"/><id>tag:hudson.dev.java.net,2017:BanManager:2</id><published>2017-03-04T10:07:07Z</published><updated>2017-03-04T10:07:07Z</updated></entry><entry><title>BanManager #1 (stable)</title><link rel="alternate" type="text/html" href="https://jenkins.confuser.me/job/BanManager/1/"/><id>tag:hudson.dev.java.net,2017:BanManager:1</id><published>2017-01-30T11:35:47Z</published><updated>2017-01-30T11:35:47Z</updated></entry></feed>
commented

This is probably due to the way I've setup services on the server. I'll take a look.

commented

Resolved