EC2 ssl certificate and 0

0
  • I have an S3 bucket configured as a static website. This is were all the front end files live
  • I have an EC2 instance that runs a small node js app. This apps is only used when users submit a form.
  • I have configured the S3 bucket with my personal domain name
  • I have created a certificate on AWS (status = issued, in use = yes)
  • I have configured ROUTE 53 to include the CNAME records

I can access my site on HTTPS (since the index and all files are on S3), but since I refference the EC2 instance, the browser still says the connestion to my site might no safe.

What would you advise to fix this issue?

已提問 5 個月前檢視次數 185 次
2 個答案
1

Hello, Could you tell me more about the cert you have? Have you tried installing the SSL on your node app server and ensuring the right ports are open?

Let me know if u need more help

Thanks

Abhinav

已回答 5 個月前
0

You either need to obtain a 3rd Party Signed SSL Certificate and bind it to your nodejs app on your EC2

OR

Create an ALB and attach a certificate via AWS ACM on the HTTPS listerner. Place your EC2 in a target group and add to a rule on the ALB

profile picture
專家
已回答 5 個月前

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

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

回答問題指南