Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

My website is on EC2 server and it's being server by AWS Loadbalancer.

As loadbalancer only provides the CNAME record, I have pointed out the CNAME record to 'www' of my loadbalancer dns. Also, I have configured a domain forwarding and forwarded to 'www'.

Now, when I check URL on the browser:

http://example.com ==> works perfectly(forwards to https://www.example.com)
http://www.example.com ==> works perfectly(forwards to https://www.example.com)
https://www.example.com ==> works
https://example.com ==> Error, Your connection is not private. NET::ERR_CERT_COMMON_NAME_INVALID

In the 4th case, when I go to advanced and proceed, then it works perfectly again(forwards to https://www.example.com).

when I search my website on google, it indexes https://example.com and our client's are facing the issue loading the site.

Can anyone help me to resolve this issue?

question from:https://stackoverflow.com/questions/65912464/using-aws-load-balancer-cname-on-godaddy

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...