Hi all,
I am playing with SSL in Marathon 0.10 and Mesos 0.25.
I could enable SSL in Marathon, creating a self-signed certificate and
importing it into a java keystore. I did that from one of the 3 machines
where Marathon runs.
After, i copied the jks file to the two other machines, and restart
Marathon passing the corresponding command line attributes.
Now my situation is:
- When browsing the web UI of the master, I am able to see the list of
running apps.
- When browsing the web UI of one slave, I can't see any app running.
The logs of the process are showing
"java.security.cert.CertificateException: No subject alternative DNS
name matching master.name.com found"
So, the issue is when the slave redirects to the master.
If I move the master service to other machine, I experience the same
issue: it works in the master but not in the salve.
I was reading this troubleshooting guide
<https://mesosphere.github.io/marathon/docs/troubleshooting.html>, but
it couldn't help me.
Does anyone have experienced the same problem?