スキップしてコンテンツを表示

The Instance inability to reach the internet

0

Why is my website www.somafour.com still down? I just got a message that SSL/TLS certificate has been renewed and that includes the primary domain www.somafour.com. Thanks

3回答
0

Enter image description here

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.

回答済み 3年前
  • 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.

0

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. image1 image2

回答済み 3年前
0

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.

AWS
エキスパート
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ