I'm not sure if this is related:
https://issues.apache.org/jira/browse/MESOS-7076

In summary, Ubuntu 18.04 ships libevent 2.1.x (for OpenSSL 1.1.x support).
But libevent 2.1.x has an unknown bug that caused some Mesos tests to fail.
As a workaround, the current Mesos master branch (will be 1.8 soon) bundled
libevent 2.0.x with a magic patch from Debian 8 for OpenSSL 1.1.x). So
Mesos 1.8 will be the first official release supporting SSL on Ubuntu 18.04.

That said, I'm not sure what you encountered is exactly the same bug that
caused the Mesos tests to fail though. Just a guess ;)

On Fri, Apr 5, 2019, 12:58 AM Jorge Machado <jom...@me.com.invalid> wrote:

> Hi Guys,
>
> I'm having issues with mesos versions from tar.gz compared with a build
> from git master when using ssl.
> With a build from git ssl agent is fine and for example the endpoint
> https://mesos-agent:5051/ returns a 404 which is fine.
> With a build from tar.gz (1.7.1 or 1.7.2) the same endpoint does not work
> and it just hangs. No logs nothing...
> I'm testing this on ubuntu 18.04.
>
> Any tipps ?
> thanks
> Jorge
>
>
> Jorge Machado
> www.jmachado.me
>
>
>
>
>
>

Reply via email to