Could not create SSL/TLS secure channel

Hello,

We encountered a randomly "Could not create SSL/TLS secure channel" error while sending an HttpWebRequest from an Azure cloud service. We saw posts reporting that a change of protocol version can be a solution :

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

Unfortunately, this has no impact on our problem. 

Any idea?


  • Moved by David Ebbo 18 hours 0 minutes ago Not WebApp related
April 27th, 2015 4:04am

Hi,

  This issue could be due to the RemoteServer handshake failing, or a network communication issue.
  Check the Steps from the following StackOverflow article, get a network trace as well.
  http://stackoverflow.com/questions/24124305/httprequest-with-certificate-fails-in-azure-web-role
 
  I would suggest you contact Support with a Support ticket to find the root cause of this issue.
 
Regards,
Nithin Rathnakar

Free Windows Admin Tool Kit Click here and download it now
April 28th, 2015 12:39am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics