-
-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Description
On my machine https://example.com seems to encounter certificate issues. This also happens with curl. This has been the case since about 2 weeks. Because of this about 10-20 tests fail on my machine. This doesn't happen in the GitHub actions. It could be that it is simply an issue on my machine, but I have never messed with any certificates, so my setup should be pretty "standard". (NixOS)
curl & lychee demo
$ curl https://example.com
curl: (60) SSL certificate OpenSSL verify result: certificate rejected (28)
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 webpage mentioned above.
$ lychee https://example.com
Error: Network error: SSL certificate verification failed. Check certificate validity (error sending request for url (https://example.com/))
Caused by:
0: error sending request for url (https://example.com/)
1: client error (Connect)
2: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2124: (certificate rejected)
3: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2124:
My questions:
- is anybody else observing this? (@katrinafyi @mre)
- has anybody got an idea why this could happen or how to properly debug? (I observe that the website loads without any issues in Firefox)
- would it make sense to make all of our tests independent of the website?
(related: openwisp/openwisp-controller#1226 & libwww-perl/LWP-Protocol-https#90 & certifi/python-certifi#393 & libwww-perl/LWP-Protocol-https#91)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels