[erlang-questions] Removing SSL v3 support from the ssl module

Roger Lipscombe roger@REDACTED
Wed Oct 15 14:09:28 CEST 2014


On 15 October 2014 10:34, Andreas Schultz <aschultz@REDACTED> wrote:
> Add  {versions, ['tlsv1.2', 'tls1.1', 'tls1']} to your SSL options to restrict
> the version choice.

I think that should be {protocol_version,['tlsv1.2','tlsv1.1',tlsv1]}.



More information about the erlang-questions mailing list