Benjamin Mahler created MESOS-9773:
--------------------------------------
Summary: Log the peer address during SSL handshake failure.
Key: MESOS-9773
URL: https://issues.apache.org/jira/browse/MESOS-9773
Project: Mesos
Issue Type: Improvement
Components: libprocess
Reporter: Benjamin Mahler
Recently, peer address logging was added to *most* socket errors per MESOS.
However, the case where an non-SSL connection arrives when we have SSL-only
mandated, the following confusing error is printed:
{noformat}
"process.cpp Failed to accept socket: Failed accept: connection error:
error:00000000:lib(0):func(0):reason(0)"
{noformat}
We should be able to avoid the confusing message here as well as include the
peer address, so that it's easier to know where the connection is coming from.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)