Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#2572 closed defect (fixed)

SSL certificate for https://download.osgeo.org expired

Reported by: rouault Owned by: sac@…
Priority: critical Milestone: Sysadmin Contract 2021-I
Component: SysAdmin Keywords:
Cc:

Description

$ curl -v https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz
*   Trying 140.211.15.30:443...
* TCP_NODELAY set
* Connected to download.osgeo.org (140.211.15.30) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS alert, certificate expired (557):
* SSL certificate problem: certificate has expired
* Closing connection 0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.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.

Change History (2)

comment:1 by robe, 3 years ago

Milestone: UnplannedSysadmin Contract 2021-I
Resolution: fixed
Status: newclosed

Should be fixed now. Was still using wildcard cert. Changed to individual.

comment:2 by rouault, 3 years ago

Yes, works again. Thanks for the prompt action!

Note: See TracTickets for help on using tickets.