scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 15 forks source link

Certificate error in release build #798

Closed SethTisue closed 2 years ago

SethTisue commented 2 years ago

seen at https://app.travis-ci.com/github/scala/scala/builds/240950155

$ removeExistingBuilds $integrationRepoUrl
curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.
SethTisue commented 2 years ago

The 2.13.8 release run was: https://app.travis-ci.com/github/scala/scala/builds/244553961

and lord knows why, but this error didn't occur there.

I don't think we need to go digging any further on this.