Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
info@openhub.net
I'm repeatedly getting an error when trying to add the following RSS feed to my project:
https://watchmaker.dev.java.net/servlets/ProjectNewsRSS
The project is at http://www.ohloh.net/projects/6639
Is this a bug?
hi Dan,
Sorry for the frustration. The problem is that we're failing to verify the https certificate. I can reproduce a similar problem using the 'wget' tool. Example:
> wget 'https://watchmaker.dev.java.net/servlets/ProjectRSS?type=news'
> Resolving watchmaker.dev.java.net... 204.16.104.198
> Connecting to watchmaker.dev.java.net|204.16.104.198|:443... connected.
> ERROR: Certificate verification error for watchmaker.dev.java.net: unable to get local issuer certificate
> To connect to watchmaker.dev.java.net insecurely, use `--no-check-certificate'.
Is there any chance this could be fixed on your end?
Jason, thanks for checking this out for me.
The RSS feed is beyond my control. I'll raise it with Java.net.
Dan.