2 Answers
- Newest
- Most votes
- Most comments
0
Hello
Please check that you have configured the SSL for the Cloudfront. How do I configure my CloudFront distribution to use an SSL/TLS certificate? .
Please verify the follwing:
- Please check CNAMES in Cloud front You need to add your own DNS inside the CDN https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html
- Please configure the CDN to force only with HTTPS https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https.html
please let me know, if you have any issues
Thank You GK
0
When I connect to palitest.com.do, the certificate looks fine but it comes up with "CloudFront wasn't able to connect to the origin". So the issue isn't with CloudFront's "front-end" and your site certificate, it's with your configuration of your origin providing content.
Relevant content
- asked a year ago
- asked 9 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
Hi, GK. I had done this. I do not know what else I can do.
Thanks.
Try using in command line with curl
ubuntu@server:/etc/apache2/sites-available$ curl palitest.com.do
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: P09_SPGoVP4D6AYwyAxwLIrWEgpWRVaTSyTU3DcFuVehlmf4Ri7etQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>ubuntu@server:/etc/apache2/sites-available$