CCTray no longer connecting after update to 19.8.0
See original GitHub issueIssue Type
- Bug Report
- Question
Summary
Hi,
We’re using CCTray application in our team to watch the build status and retrieve desktop notifications on failing builds. Therefore, we have a read-only user called view
and the URL to connect to the server contains user and password for the connection in the URL: https://view:passwordofview@<gocdserver>:<port>/go/cctray.xml
.
While this was working perfectly before, since the update of the server and GoCD from 19.7.0 to 19.8.0 CCTray is no longer able to connect to the URL. The cctray.xml
is available and can be opened in the browser.
What has changed between 19.7.0 and 19.8.0 that the application can no longer connect to this? I tried scanning through the release notes and fixed issues without any insights.
Would be awesome if someone knows a solution. I know that CCTray is pretty old and unmaintained, but there is no other open source application fulfilling these requirements.
Thanks in advance!
Basic environment details
- Go Version:
19.8.0
- JAVA Version:
12.0.1
- OS:
Linux 4.15.0-62-generic
- CCTray:
1.8.5.0
Code snippets/Screenshots
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (9 by maintainers)
Do you also mind turning on the system property
-Dgo.ssl.config.clear.default.exclusions=true
and report back?I believe it’s kind of being maintained here: https://github.com/ccnet/CruiseControl.NET