-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL issue on www.lightbend.com affecting the Dotty CLA check #855
Comments
I strongly suspect that the problem is that the Sectigo Intermediate certificate is not delivered by the server (server chain reply see here: scala-js/scala-js#4909 (comment)). When looking at how Chrome validates the full chain, the top level certificate is valid. Probably Chrome just has the intermediate in its own store. |
I've asked Lightbend IT to take a look. |
Hi @smarter - could you please try again. We had some hiccups in our servers and I believe this may have been related to that. Otherwise we can dig a bit deeper as I cannot reproduce it currently. |
Hi. Thanks for looking into it. It appears to still be broken at least in this job, which I just reran: |
Yes, thanks - I realized now that the CA chain is messed up. We are looking into that and will update once this is resolved. |
OK, please try now |
Thank you. It's working now. ✔️ |
Working in dotty too! |
(Reporting here as requested by @SethTisue)
The CLA check is failing in https://github.com/lampepfl/dotty/actions/runs/6442154587/job/17493043000?pr=18663 for example.
Running curl locally I see:
% curl https://www.lightbend.com/contribute/cla/scala/check/johnduffell curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.
According to https://www.ssllabs.com/ssltest/analyze.html?d=www.lightbend.com :
This can also be checked with
openssl
:The text was updated successfully, but these errors were encountered: