Hi Jorge, just a wild guess, but the "404 Not Found" text on a 404 response was only added fairly recently ( https://reviews.apache.org/r/67414/ ), before that the default 404 response was just an empty body which renders as a completely blank page on most browsers. Maybe Mesos isn't hanging after all?
If you ruled that out already, I'd recommend starting mesos-agent with the `GLOG_v=4` environment variable set to receive more useful log output. Best regards, Benno On Fri, Apr 5, 2019 at 9:58 AM Jorge Machado <[email protected]> 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 > > > > > > -- Benno Evers Software Engineer, Mesosphere
