Unable to configure ACM SSL certificate

0

Hello Guys

I have a WordPress site called BrandBrahma.com which is using EC2 instance. Few days back our SSL certificate is expired which was provided by Letsencrypt.

This time I tried configure SSL certificate from AWS certificate manager and I did following things:

  1. I created a New SSL certificate using Certificate Manager
  2. I created load balancer at my EC2 instance
  3. I created security group for this
  4. Associated newly created SSL certificate to that load balancer.

After all the above steps still the website is showing not secured error (SSL expired). It clearly looks like I am unable to configure SSL in AWS. So, I request you to help me fix this as soon as possible.

Thank You in Advance.

Brand44
asked 10 months ago279 views
2 Answers
0
Accepted Answer

Have you updated the record for BrandBrahma.com to point to the load balancer, and no longer to the EC2?

And are you now terminating the HTTPS connection on the load balancer, and having it do the SSL offloading? So it's HTTPS over port 443 as far as the load balancer, and then plain HTTP over port 80 beyond the load balancer to the EC2 (no cert required).

profile picture
EXPERT
Steve_M
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
profile picture
EXPERT
reviewed 10 months ago
0

Hi RWC

Yes, I have created an alias record for the load balancer.

I did not understand the next sentence, are you asking about the target group?

Brand44
answered 10 months 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