> SSL/TLS support was added to libprocess in Mesos 0.23.0, which encypts the low-level communication that Mesos uses for network communication ? between Mesos components. Additionally, HTTPS support was added to the Mesos WebUI.
I think you refer to ssl https://github.com/apache/mesos/blob/master/docs/ssl.md On Wed, Oct 28, 2015 at 10:43 AM, Xiaodong Zhang <[email protected]> wrote: > It works! Thanks a lot. > > Another question. Do masters and slaves communicate each other via a > safety way?Is the data encrypted? I want to make sure deploy masters and > slaves into different IaaS is PROD-READY. > > 发件人: haosdent <[email protected]> > 答复: "[email protected]" <[email protected]> > 日期: 2015年10月28日 星期三 上午10:23 > 至: user <[email protected]> > 主题: Re: How to tell master which ip to connect. > > Do you try `export LIBPROCESS_ADVERTISE_IP=xxx` and > `LIBPROCESS_ADVERTISE_PORT` when start slave? > > On Wed, Oct 28, 2015 at 10:16 AM, Xiaodong Zhang <[email protected]> > wrote: > >> Hi teams: >> >> My scenarios is like this: >> >> My master nodes were deployed in AWS. My slaves were in AZURE.So they >> communicate via public ip. >> I got trouble when slaves try to register to master. >> Now slaves can get master’s public ip address,and can send register >> request.But they can only send there private ip to master.(Because they >> don’t know there public ip,thus they can’t not bind a public ip via —ip >> flag), thus masters can’t connect slaves.How can the slave to tell master >> which ip master should connect(I can’t find any flags like —advertise_ip >> in master). >> > > > > -- > Best Regards, > Haosdent Huang > -- Best Regards, Haosdent Huang

