Azure SSL 3.0 to TLS

Hi everyone.  Wanting to know if there is a step by step guide to switching from SSL to TLS.  Our main developer has left and I practically know nothing about SSL or TLS.  Any direction would be so helpful and appreciated!!

Thank you for your

February 13th, 2015 1:11pm

hi Rumaldo,

Thanks for your posting!

Last year, MS disabled the SSL . So we could set security channel using the code below:

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls

The similar thread, you can refer to this case:

http://stackoverflow.com/questions/26393107/could-not-create-ssl-tls-secure-channel-azure-storage-net-api-error-since-poo

Regards,

Will

Free Windows Admin Tool Kit Click here and download it now
February 15th, 2015 3:17am

Thanks Will for your response, your help is very appreciated!! :)

I'll read through the link you provided and see how far I can get.

cheers!

rh

February 16th, 2015 5:02pm

Hi,

Please refer the following link as it gives you additional info about disabling SSL and switching to TLS :

http://azure.microsoft.com/blog/2014/10/29/protecting-against-the-ssl-3-0-vulnerability/

Regards,

Manu

Free Windows Admin Tool Kit Click here and download it now
February 17th, 2015 1:24am

Hi,

Please refer the following link as it gives you additional info about disabling SSL and switching to TLS :

http://azure.microsoft.com/blog/2014/10/29/protecting-against-the-ssl-3-0-vulnerability/

Regards,

Manu

February 17th, 2015 9:21am

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

Other recent topics Other recent topics