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.

demandé il y a un an561 vues
2 réponses
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
répondu il y a un an
profile pictureAWS
EXPERT
kentrad
vérifié il y a un an
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.

répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions