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:55:21 UTC

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

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

Till Toenshoff commented on MESOS-6393:
---------------------------------------

The commit that introduced this problem is acbebcc6f13d75956022f849ef93955fdfb33f4c - it also already got backported to 1.0.2 and hence needs to be fixed there as well [~vinodkone]

> 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
>              Labels: SSL, libprocess, security
>
> {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)