I can't get my Route 53 to connect to my CloudFront distribuition. Even though I can access my CloudFront domain.
What I did so far:
- S3 Created with files
- CloudFront distribuition using registro.br SSL certificate (status: Enabled)
- Route 53 pointing to S3 (works fine but doesn't have SLL certificate)
- Route 53 registry of type A with alias pointing to CloudFront using
d10q2qrk3t1czf.cloudfront.net(The CloudFront link works fine) - Tried to access the alias domain with error
ERR_SSL_PROTOCOL_ERROR
I've seen some tutorials on how to register SSL to S3 using CloudFront, usually it works when getting to number 5. I'm assuming it's not a config error because I can access when pointing to S3 (without SSL), and can access the CloudFront domain directly. But when using Route 53 to point to CloudFront it stops working.