Expired SSL Certificate on S3 Gateway

I noticed this evening that my s3 gateway credentials were no longer working in two separate applications that use a generic s3 connection to my buckets (Publii and UpdraftPlus). Both of them gave me the same failure warning that the SSL certificate has expired on gateway.us1.storjshare.io

I tried creating new access grants but they also returned the same expired certificate errors.

expired-cert-s3-2

expired-cert-s3

My backups failed too tonight. This is really something that should never happen…

The problem in root certificate of Let’s Encrypt on your systems…

Please, update your systems to be aware of a new root certificate.

2 Likes

oh I see… thanks. Didn’t investigate any further…

1 Like

I have been working with my hosting company because I am getting the same error. I have updated the crt file in my wordpress for the fix however I am still getting the error. My hosting company is now saying that its the cloud server that has the expired cert.

Hello @shapeyourbiz ,
Welcome to the forum!

Then maybe they should update their cloud servers to renew their root certificates.
What cloud servers they have used?

curl -v https://gateway.us1.storjshare.io/
*   Trying 136.144.57.7:443...
* TCP_NODELAY set
* Connected to gateway.us1.storjshare.io (136.144.57.7) 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.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=gateway.storjshare.io
*  start date: Dec  3 18:41:46 2021 GMT
*  expire date: Mar  3 18:41:45 2022 GMT
*  subjectAltName: host "gateway.us1.storjshare.io" matched cert's "gateway.us1.storjshare.io"
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify ok.