Overview
| Artifact ID: | b5410a0fe267f4b25c3051ecf333964276fa92a24e1c2f87530d8a41f030969e | 
|---|---|
| Ticket: | 3b1ef43f51c5485668a0a56cf7bb3f5349d3d9cc Test suite failures | 
| User & Date: | bohagan on 2025-10-15 00:52:54 | 
Changes
- icomment:
Generally that many errors on the BadSSL cases means there is an issue with the root certificates. Since you are running OpenSSL 3.0.7 from 2 years ago (OpenSuSE 15.4 is EOL), then some of the CA certs or intermediate ones have expired. See if you can update to a newer OpenSSL version (3.0.18 is latest 3.0.x) or at least update the certificates. If you can't do either, get the "cacert.pem" file from the CURL team at https://curl.se/docs/caextract.html. Then set the SSL_CERT_FILE env var to the path/location/name of that file and try again. Google AI says: The OpenSSL error "unable to get local issuer certificate" indicates that OpenSSL cannot find or verify the Certificate Authority (CA) certificate that issued the certificate it is trying to validate. This typically means there's an issue with the chain of trust. 
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"