HTTPS on Azure Virtual Machine

后端 未结 2 1084
遇见更好的自我
遇见更好的自我 2021-02-08 22:35

I am moving our web site to Azure, running on a Windows Server 2012 VM. I have purchased a wildcard SSL cert from GoDaddy and it has been installed and configured on the VM. I

相关标签:
2条回答
  • 2021-02-08 23:11

    When I set up the endpoint for SSL, I had checked the box for "Enable Direct Server Return." This setting prevented SSL from working. I haven't come across any documentation explaining why it behaves this way. Removing the endpoint and creating it without direct server return enabled fixed the problem.

    0 讨论(0)
  • 2021-02-08 23:17

    Make sure you open up the endpoint for 443 to route it through to your VMs. See http://www.windowsazure.com/en-us/develop/net/common-tasks/enable-ssl/

    0 讨论(0)
提交回复
热议问题