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)