Hello,
I’ve tried to enable SSL for Mesos communication following instructions in this
document:
http://mesos.apache.org/documentation/latest/ssl/
I verified that all environment variables were set correctly after the
processes had started.
I also confirmed that Mesos was built with SSL support:
$ ldd /usr/sbin/mesos-master|grep ssl
libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0
(0x00007f7258af8000)
However traffic on port 5050 is still unencrypted and there no other port that
Mesos master would listen to.
I am using version 0.25.0 from http://repos.mesosphere.io/ubuntu
What am I missing?
Thank you
Nikolay