cctray

using CCtray with Jenkins, while security enabled (using HTTPS)

本小妞迷上赌 提交于 2020-01-31 05:32:52
问题 I configured my Jenkins server to only use HTTPS and enabled security. As well I don't like anybody who's not logged on to see the Dashboard (even if it would be empty). Here for I disabled the 'read' access for 'anonymous'. So far all this works exactly to my likings :) But wanting to add some build notification functionality to remote clients by e.g. using something like 'CCtray' I run into trouble. The access to the https://<SERVER>/cc.xml now only works for logged in users. Where I would

HTTP 500 response connecting CCTray to CC.NET server via dashboard via RawXmlMessage.aspx

a 夏天 提交于 2019-12-10 01:11:50
问题 I'm using CC.NET 1.6 server and its corresponding CCTray connecting happily via remoting but need to change to use the dashboard connection via HTTP so that I can start farming the URL out to developers. Putting my dashboard URL into CCTray: http://localhost/CruiseControl/server/local/ViewServerReport.aspx Results in CCTray returning Failed to connect to server: The remote server returned an error: (500) Internal Server Error. If I check my IIS logs, I can see the request was turned into a

HTTP 500 response connecting CCTray to CC.NET server via dashboard via RawXmlMessage.aspx

南楼画角 提交于 2019-12-05 01:22:33
I'm using CC.NET 1.6 server and its corresponding CCTray connecting happily via remoting but need to change to use the dashboard connection via HTTP so that I can start farming the URL out to developers. Putting my dashboard URL into CCTray: http://localhost/CruiseControl/server/local/ViewServerReport.aspx Results in CCTray returning Failed to connect to server: The remote server returned an error: (500) Internal Server Error. If I check my IIS logs, I can see the request was turned into a POST to this location and the log confirms the 500 response. /CruiseControl/server/local/ViewServerReport

using CCtray with Jenkins, while security enabled (using HTTPS)

ぐ巨炮叔叔 提交于 2019-12-03 07:48:26
I configured my Jenkins server to only use HTTPS and enabled security. As well I don't like anybody who's not logged on to see the Dashboard (even if it would be empty). Here for I disabled the 'read' access for 'anonymous'. So far all this works exactly to my likings :) But wanting to add some build notification functionality to remote clients by e.g. using something like 'CCtray' I run into trouble. The access to the https://<SERVER>/cc.xml now only works for logged in users. Where I would have liked to be able to get those notifications for 'anonymous'. Probably combining these wishes is