내용으로 건너뛰기

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년 전403회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠