Closed JordanMarshall closed 8 years ago
It'd be nice to have an option to ignore SSL errors when versioneye.com has issues.
This is happening for me as well, from various machines and OSes
@JordanMarshall @tompahoward We created some new SSL certificates for some sub domains via LetsEncrypt, but didn't updated the main cert for the main domain www.versioneye.com. I guess that caused the error. Now ALL domains and sub domains of VersionEye are running on LetsEncrypt certs. Can you please try again and let me know if it's fixed?
I just tried again on two different machines, but I'm still seeing the issue.
@JordanMarshall @tompahoward I did some research and find out that Oracle JVM has issues with LetsEncrypt. It seems they didn't ship the root cert of LetsEncrypt. For right now I rolled back our certificates and the JVM plugins are working fine again. It's sad that Java doesn't support LetsEncrypt :-( All other VersionEye plugins (PHP, NPM, Ruby) didn't complained about the LetsEncrypt cert.
I thought they ship it in modern versions of Java?
@reiz I think there was more to it than that. After manually adding there cross-sign cert the PKIX error disappeared, but then it complained about the subject alternate names. Did your LetsEncrypt cert include www.versioneye.com in the SAN field? If not, then that could be the problem. RFC 6125 specifies that if the SAN is present then the CN should not be checked. But this is a new spec, so the other tooling may be checking both the SAN and the CN for www.versioneye.com
with credit to http://stackoverflow.com/a/5937270/269221
@reiz if you setup a different host with the Let's Encrypt cert (like maybe just a reverse proxy for www.versioneye.com), I'm happy to help you debug it further, but by using a different host, we won't be impacting anyone else.
Yesterday things were working fine, but today I started running into what appears to be a certificate issue whenever I attempt to create/update projects via the plugin. I get the following error:
After manually adding the certificate to the java certs, I get a different error:
Here are the logs preceding the errors: