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.

2回答
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
エキスパート
回答済み 1年前
profile pictureAWS
エキスパート
kentrad
レビュー済み 1年前
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.

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ