I have question regarding applying SSL to IIS 8
This is what I have:
1) I have a domain (mywebsite.com) from hostgator
2) An SSL certificate from GoDaddy
3) Azure VM with a website(mymachine.cloudapp.com) hosted on IIS 8
4) Mapped user friendly domain(mywebsite.com) to website hosted on Azure VM IIS(
mymachine.cloudapp.com) using CName at hostgator.
I wanted to secure the website it using https, and I used following steps:
1) Created Certificate Signing Request with Common Name to be mywebsite.com.
2) Applied SSL to IIS 8
After applied SLL: I can access the website using http://mywebsite.com, but not able to access it via
https://mywebsite.com.
What could I be doing wrong?