[
https://issues.apache.org/jira/browse/MESOS-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004425#comment-15004425
]
Joseph Wu commented on MESOS-3917:
----------------------------------
We would likely use this function to implement this fix/feature:
https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_set_default_passwd_cb.html
> Configure and load SSL key password from configuration file
> -----------------------------------------------------------
>
> Key: MESOS-3917
> URL: https://issues.apache.org/jira/browse/MESOS-3917
> Project: Mesos
> Issue Type: Bug
> Components: slave
> Reporter: Timothy Chen
>
> Currently when SSL enabled and password enabled on SSL key file, launching a
> task fails as the executor inherits SSL config and blocks on stdin asking for
> SSL key password.
> To avoid this we should allow password information to be loaded from a config
> file and also pass the file information to executors and other processes that
> wants SSL communication.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)