wordpress hosted on aws ec2 ssl certificate not working

0

I am hosting a Wordpress website on AWS EC2, I created Route 53 record and request SSL Certificate and hocked them together successfully, and put the CNAME in my DNS registered domain successfully, I am using Sydney region. the column "In Use?" shows "No" for AWS Certificate Manager. DNS validation has been passed successfully.

asked a year ago545 views
2 Answers
0

Is ALB or CloudFront configured to listen on HTTPS?
If an SSL certificate is issued using ACM, ALB or CloudFront is required.
Try the following method to set it up.
https://repost.aws/knowledge-center/configure-acm-certificates-ec2

profile picture
EXPERT
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago
0

In addition to above, you may follow what I had to do to fix the problem.

Troubleshooting of In use – No

  1. I had to create an Application Load Balancer

  2. Redirect traffic from port 80 to port 443

  3. Associate the Certificate with port 443

  4. Create an A record with the ALB instead of the ip address

  5. I had to create CAA record.

answered a year 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