Skip to content

Instantly share code, notes, and snippets.

@JackDanger
Created August 28, 2009 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JackDanger/177316 to your computer and use it in GitHub Desktop.
Save JackDanger/177316 to your computer and use it in GitHub Desktop.
If your erlang server throws this error when a client connects:
Downgrading ssl socket {sslsocket,new_ssl,<0.73.0>}
=INFO REPORT==== 28-Aug-2009::16:14:04 ===
SSL: Peer did not send close notify alert.
SSL handshake failed : closed
try starting your ssl:listen call with the option "{reuse_sessions, false}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment