Configured an azure web role for https but it is not working -


I have a web roll, which is configured for 2 endpoint, a http, a https 443:

configuration

Then I have 3 seats (one is main and 2 c) I have uploaded all these and thumbs up marks are also correct.

But when I deploy, the http site works well but does not have https site. Fidler shows:

The authentication failed because the remote party has closed the transport stream

Any ideas?

Note: It is also worth noting that this https works fine when the report on the local machine through Visual Studio and only reports the error, which is expected. First, open the portal and enable the RDP in the examples, then join the example of the role, Open IIS and HTTPS binding is configured correctly. Try to access the site locally using https and use it to verify that it works. Report with findings.


Comments