NET::ERR_CERT_AUTHORITY_INVALID with ACM cert

0

My current architecture: route53 -> cloudfront -> s3,ec2

The s3 is serving the static web hosting, react website while the ec2 is serving the api.

I bought my domain name on goDaddy, and got the ACM to issue the cert with the domain name. The cloudfront is configured with the SSL certificate, while the ec2 and s3 behind the cloudfront are communicating via HTTP. Now when I'm accessing to my website, it throws the not secure https, and NET::ERR_CERT_AUTHORITY_INVALID. The route53 has two A records for my domain like domain.com and subdomain.domain.com. The cloudfront got the alternative domain name set to my domain name.

https://www.ssllabs.com/ssltest/ I have used this ssl test to test out my website where its doing pretty good so it might not be problem for the SSL. Enter image description here

The certificate issued by ACM is not expired yet, got 2 more years to go. What could be the problem for this? Is the communication between cloudfront and s3 via HTTP causing the issue? Any help is appreciated.

Kai
質問済み 3ヶ月前149ビュー
1回答
0

Make sure the date and time is correct on your PC. If SSL labs is reporting it as Ok then it sounds like a PC issue. Make sure you have no host file entries pointing to directly to your EC2.

profile picture
エキスパート
回答済み 3ヶ月前

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

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

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

関連するコンテンツ