[erlang-questions] unexpected message {error, closed} on passive SSL socket

Benoit Chesneau bchesneau@REDACTED
Tue Mar 3 23:23:06 CET 2015


Hi all,

When closing a passive SSL socket ({active, false}) I get an unexpected
message `{error, closed}` in the process on Erlang 17.4 is this a known
issue? The SSL socket is connected with the following SSL options:


     [{verify, verify_none}, {reuse_sessions, true}];

And the other inets options:

[binary, {active, false}, {packet, raw}],


Any idea?

- benoit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150303/6a328828/attachment.htm>


More information about the erlang-questions mailing list