跳至內容

Renewal of SSL with Amazon Certificate Manager

0

I have successfully added the 2 CNAME to the Route 53 and after review it was successful, the issue am getting now is that, my website is still not secured. I thought with this means it should have been secured and my website can be browsed without this https failure. please what am i missing?

已提問 2 年前檢視次數 810 次
1 個回答
0
  • You will need to put your website behind an AWS ALB and create a HTTPS (SSL) Listener.
  • Assign your certificate to the HTTPS listener
  • Create a Target Group and Place your EC2 into the Target Group.
  • Create a rule on ALB to send all Traffic to the Target Group
  • You can also create a rule that redirects port 80 to 443 (HTTPS)

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html

If using a S3 origin, then its a different process and you will need to use cloudfront.

專家
已回答 2 年前
專家
已審閱 2 年前
  • Thank you for the response, I have created the HTTPS listen but the website is still not secured here is my website https://www.diamondxtratraining.com

  • Your ALB is pointing to an Expired certificate. Ensure your ALB points to a cert thats valid. It expired 6 days ago

  • Ok.. Looks like you could be going direct to an EC2 or lightsail instance. Please confirm as your using a lets encrypt Cert on this website. If you are going direct to the EC2 then you need to update it on the EC2 or lightsail

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。