Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-6775

The 'http::connect(address)' always uses the DEFAULT_KIND() of socket even if SSL is undesired.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • None

    Description

      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.

      Attachments

        Activity

          People

            klueska Kevin Klues
            klueska Kevin Klues
            Anand Mazumdar Anand Mazumdar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: