dkataskin / erlazure

Windows Azure Erlang bindings
BSD 3-Clause "New" or "Revised" License
35 stars 53 forks source link

Correct TLS version bug that prevents SSL from connecting #20

Closed aleandros closed 7 years ago

aleandros commented 7 years ago

This is due to a bug in some erlang versions apparently. Without the specified TLS version used by azure, the SSL handshake fails.

Bug

aleandros commented 7 years ago

This made the code work for me, but I was in such a hurry to make it work that I didn't notice (sorry). The thing is, I have no idea how/what to change in order to correct that. Any advice?

dkataskin commented 7 years ago

Thank you.