|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

openid plugin 1.8 will contain an improvement in error diagnosis that tells you which URL had caused the problem.
But the root cause of the problem is that your endpoint is in SSL, and the certificate fails to validate. Check the validity of the certificate, and make sure the root CA is in Java's root certificate list.
If you'd rather get stuff working without figuring out all the gory details, you can also opt for [bypassing the SSL check entirely](https://wiki.jenkins-ci.org/display/JENKINS/Skip+Certificate+Check+plugin). This has the same effect of having your server running over plain HTTP, which has security impliations.