- Newest
- Most votes
- Most comments
I was able to visit your website, but it is not secure. I had used the curl command and the reply is at below:
$ curl -L -i http://www.somafour.com HTTP/1.1 302 Found Date: Sun, 30 Apr 2023 22:40:00 GMT Server: Apache Location: https://www.somafour.com/ Content-Length: 209 Content-Type: text/html; charset=iso-8859-1
curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.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.
As can be seen from the attached screenshots, the website deployed (WordPress) is up and running.
It uses the free let's encrypt tool.
However, in our attempt to renew the certificate, we get the error message (see attached).
It is deployed on LightSail
Kindly assist.
The current certificate used by your web site expired on Feb 18, 2023.
# openssl s_client -connect www.somafour.com:443 -prexit
CONNECTED(00000003)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = somafour.com
verify error:num=10:certificate has expired
notAfter=Feb 18 09:42:50 2023 GMT
verify return:1
depth=0 CN = somafour.com
notAfter=Feb 18 09:42:50 2023 GMT
verify return:1
---
Certificate chain
0 s:/CN=somafour.com
i:/C=US/O=Let's Encrypt/CN=R3
1 s:/C=US/O=Let's Encrypt/CN=R3
i:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
2 s:/C=US/O=Internet Security Research Group/CN=ISRG Root X1
i:/O=Digital Signature Trust Co./CN=DST Root CA X3
If you have renew the certificate, you will need to install this new certificate on your web server.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 8 days ago
- AWS OFFICIALUpdated 10 months ago
The issue is that we are unable to renew the cert as it keeps failing. A simple curl to Google.com even fails on the light sail instance. Kindly assist on how we can connect to the internet from the instance. Please see images of error below-
You have two versions of problems. First your message which indicated that your SSL/TLS got renewed. Second "The issue is that we are unable to renew the cert as it keeps failing. Honestly I got bugs after I had visited your site which was alerted by my gmail.com in relation to repost of AWS. Please check your firewall, stop the instance and restart as well as check your security groups.