I want to make it https using AWS CloudFront

Asked 2 years ago, Updated 2 years ago, 41 views

·SSLize the S3 website in CloudFront
https://qiita.com/jasbulilit/items/73d70a01a5d3b520450f

The certificate has been issued with reference to the above.

·CloudFront supports SSL/TLS for S3 static website hosting
https://dev.classmethod.jp/cloud/aws/tls-for-s3-web-hosting-with-cloudfront/

"I did the procedure in , but for some reason https://xxx.com says ""Server not found."""
(Until then, it was accessible via http://.)

https://xxx.cloudfront.net is accessible and httpsized.

I'd like to fly from cloudfront.net to com.

Who knows the cause?
The domain is retrieved by name .com and each record is added by Route 53.

Thank you for your cooperation.

aws

2022-09-30 15:00

1 Answers

Is the port open for SSL communication?Typically 443 ports.


2022-09-30 15:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.