You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kevin Klues (JIRA)" <ji...@apache.org> on 2016/12/10 18:27:59 UTC

[jira] [Created] (MESOS-6775) The 'http::connect(address)' always uses the DEFAULT_KIND() of socket even if SSL is undesired.

Kevin Klues created MESOS-6775:
----------------------------------

             Summary: The 'http::connect(address)' always uses the DEFAULT_KIND() of socket even if SSL is undesired.
                 Key: MESOS-6775
                 URL: https://issues.apache.org/jira/browse/MESOS-6775
             Project: Mesos
          Issue Type: Bug
            Reporter: Kevin Klues
            Assignee: Kevin Klues


    The 'http::connect(address)' variant of 'http::connect()' doesn't
    currently support SSL. However, when SSL is enabled, the default for
    all 'Socket::create()' calls is to use the 'DEFAULT_KIND()' of socket
    which is set to SSL. This causes problems with 'connect()' becuuse it
    will create a socket of 'kind' SSL without a way to override it.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)