I cannot get my SSL Certificate to show installed.

0

originally, I installed my ssl cert through the E2C but I was told that I cannot install it there to show up because I have ELBs with subnets and everything. I asked yesterday and literally got the advice of what I did and that did not work. So, are SSLs attached to new instances? because the certificate company is showing the it is on and working but when I go to the website dashboard, it still shows the old expired certificate. And I have an Application LB not a classic LB. And all of the videos are about setting up a new ELB onto a classic LB. When setting things up, everything keeps trying to route to the subnets already there. I don't want to change anything, just want my newly installed SSL certificate to show installed because it has been but isn't showing installed publicly.

I created a new VPC and did everything, but even AWS video talks about something completely different from what I am doing.

asked 2 years ago445 views
1 Answer
0

Hi there

From the note I understand that you installed SSL cert through the EC2 but when you go to website dashboard it still shows the old expired certificate, you have Application LB not a classic LB and you don't want to change anything, just want your newly installed SSL certificate to show. Please correct me if my understanding is wrong.

If an old certificate shows up, it is likely that the browser has the site cached so you can double check that as well. Also, if you using ACM please consider running through these steps as well[1]. Please make sure your your LB and your SSL certificate are in the same region and LB is listening to HTTPS(secureHTTP)on LB port 443 and instance port 80. Also check your private, public key and certificate chain if are in correct format and all in PEM-encorded[2].

please note that the connection should be secured. Check the domain that you're accessing, and then check the domain names included in your certificate. You can view the domain name using your browser and by checking the certificate details. The domain in the URL must match at least one of the domain names included in the certificate[3].

I hope the above information is helpful.

Reference

1.https://aws.amazon.com/premiumsupport/knowledge-center/associate-acm-certificate-alb-nlb/ 2.https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html 3.https://aws.amazon.com/premiumsupport/knowledge-center/acm-certificate-error-https/

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions