ssl - Access SNI websites from Azure web role -


we have azure web role that's used send httpwebrequests it's imperative able access type of website. recently, noticed sni websites cannot accessed; tls handshake errors being reported in event log:

a fatal alert received remote endpoint. tls protocol defined fatal alert code 40.

the web role machine running windows server 2012 latest updates applied , sni websites cannot accessed ie10 either (although chrome can see them). have windows server 2012 machine set virtual machine, , unlike web role, machine has no trouble accessing sni sites.

we noticed azure web roles come few root certificates preinstalled. tried manually installing root certificate didn't help.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -