How to make Amazon EC2 not cause SSL invalid error in browser
Posted
by tadatoshi
on Stack Overflow
See other posts from Stack Overflow
or by tadatoshi
Published on 2010-05-02T23:54:48Z
Indexed on
2010/05/02
23:57 UTC
Read the original article
Hit count: 184
I use SSL certificate for a web site I set up in Amazon EC2 Machine Instance. The SSL certificate is for one domain name, which is not public DNS for the Amazon Machine Instance. The browser always complains the mismatch in the domain name because it compares the domain name of the SSL certificate to the Amazon public DNS.
How can I set up not to cause this problem?
I tried both domain name forwarding and A Record setting.
Maybe it's because I'm not so familiar with Amazon EC2 and I haven't configured domain name correctly.
Any help will be greatly appreciated.
© Stack Overflow or respective owner