Joris mentioned back in August Mesosphere currently doesn't build packages with ssl enabled.
I managed to get SSL working, recompiling Mesos, although had issues with certificates that never got solved, see this thread https://mail-archives.apache.org/mod_mbox/mesos-user/201509.mbox/%3CCALHFn6O5_t60H=rhhd1knka0u08_z_5uqh5f20axceaszdp...@mail.gmail.com%3E On Mon, Oct 19, 2015 at 7:19 PM, Nikolay Borodachev <[email protected]> wrote: > 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 >

