You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (Jira)" <ji...@apache.org> on 2019/10/23 17:39:00 UTC

[jira] [Commented] (MESOS-10017) Log all reverse DNS lookup failures in 'legacy' TLS (SSL) hostname validation scheme.

    [ https://issues.apache.org/jira/browse/MESOS-10017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958062#comment-16958062 ] 

Benjamin Mahler commented on MESOS-10017:
-----------------------------------------

{noformat}
commit 87bfb76640fbcd83ce1dc48e3ba62d00bb1a4613
Author: Benjamin Mahler <bm...@apache.org>
Date:   Mon Oct 21 19:57:54 2019 -0400

    Logged failed TLS reverse DNS lookups as warnings for 'legacy' scheme.

    These were getting logged at VLOG(2), whereas we want all networking
    related errors to be logged as warnings (or errors if appropriate).

    Review: https://reviews.apache.org/r/71643
{noformat}

> Log all reverse DNS lookup failures in 'legacy' TLS (SSL) hostname validation scheme.
> -------------------------------------------------------------------------------------
>
>                 Key: MESOS-10017
>                 URL: https://issues.apache.org/jira/browse/MESOS-10017
>             Project: Mesos
>          Issue Type: Improvement
>          Components: libprocess
>            Reporter: Benjamin Mahler
>            Assignee: Benjamin Mahler
>            Priority: Major
>              Labels: foundations
>             Fix For: 1.5.4, 1.6.3, 1.7.3, 1.8.2, 1.9.1, 1.10.0
>
>
> There were being logged at VLOG(2):
> https://github.com/apache/mesos/blob/1.9.0/3rdparty/libprocess/src/openssl.cpp#L859-L860
> In the same spirit as MESOS-9340, we'd like to log all networking related errors as warnings and include any relevant information (IP address, etc).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)