Routing traffic through Cloudfront for SSL Certificate with GoDaddy

1

I have made a wordpress website on a EC2 instance and I am trying to get a SSL certificate for the website.

I have got a certificate from AWS Certificate Manager in the North Virginia zone and created a Cloudfront distribution to attach it to. As my domain is with GoDaddy I have followed these instruction in setting up the domain to point towards the Cloudfront.

https://docs.aws.amazon.com/amplify/latest/userguide/to-add-a-custom-domain-managed-by-godaddy.html

I have created a CNAME for the subdomain www with the Cloudfront address and then forwarded the domain to the subdomain as in these instructions.

When using the URL for the Cloudfront, the page comes up, although not fully, however when I try to access it through the subdomain www.****.com it throws an error:

www.****.com uses an unsupported protocol.

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

I have added the main domain to SSL certificate as well as * in front. I have added the domain(*** .com) and the subdomain (www. ***.com) to the Cloudfront alternate domain names.

Any help would be appreciated

1 回答
0
已接受的回答

Have you completed the steps in the following document to set up a custom domain and SSL certificate for CloudFront?
If this is not set, an error "ERR_SSL_VERSION_OR_CIPHER_MISMATCH" will occur.
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cnames-and-https-procedures.html#cnames-and-https-updating-cloudfront

profile picture
专家
已回答 1 年前
profile picture
专家
已审核 3 个月前
  • I believe so, apart from the Clients supported section of point 4, I can't see those options on my distribution

  • Open the CloudFront distribution and click "Edit" under "Settings" as shown in the following image. cloudfront You can then select the SSL certificate issued by ACM under "Custom SSL certificate - optional". ssl

  • I have done this, but I haven't done clients supported part below

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则