Bitergia / cauldron.io

(Deprecated, check README.md) Feedback only about cauldron.io
2 stars 0 forks source link

Certificate used for HTTPS on cauldron.io has expired #10

Closed koushik2506 closed 6 years ago

koushik2506 commented 6 years ago

Cauldron.io's Let'sEncrypt certificate has expired on 06/24/2018.

koushik2506 commented 6 years ago

openssl s_client output:

openssl s_client -connect cauldron.io:443
CONNECTED(00000003)
depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
verify return:1
depth=0 CN = cauldron.io
verify error:num=10:certificate has expired
notAfter=Jun 24 03:19:44 2018 GMT
verify return:1
depth=0 CN = cauldron.io
notAfter=Jun 24 03:19:44 2018 GMT
verify return:1
---
Certificate chain
 0 s:/CN=cauldron.io
   i:/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
 1 s:/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
   i:/O=Digital Signature Trust Co./CN=DST Root CA X3
---
acs commented 6 years ago

Fixed. It just need that the nginx proxy server is restarted.

acs commented 6 years ago

Thanks for the report @koushik2506 !