You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Till Toenshoff (JIRA)" <ji...@apache.org> on 2016/10/14 01:50:20 UTC

[jira] [Created] (MESOS-6393) Deprecated SSL_ environment variables are non functional already.

Till Toenshoff created MESOS-6393:
-------------------------------------

             Summary: Deprecated SSL_ environment variables are non functional already.
                 Key: MESOS-6393
                 URL: https://issues.apache.org/jira/browse/MESOS-6393
             Project: Mesos
          Issue Type: Bug
            Reporter: Till Toenshoff


{noformat}
$ SSL_ENABLED=true SSL_SUPPORT_DOWNGRADE=true SSL_KEY_FILE=~/Development/ssl/snakeoil.key SSL_CERT_FILE=~/Development/ssl/snakeoil.crt ./bin/mesos-master.sh --work_dir=/tmp/mesos
{noformat}

{noformat}
$ curl -k https://127.0.0.1:5050/master/state.json
curl: (35) Server aborted the SSL handshake
{noformat}

Only when using the new prefix, {{LIBPROCESS_SSL}} are the variables actually being respected.




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