Hello,

Here is a simple test showing why I cannot upgrade Mesos anymore (Debian Jessie, using mesosphere packages):


apt-get install mesos=1.1.0-2.0.107.debian81

MESOS_FETCHER_INFO='{ "sandbox_directory": "/tmp/abc", "items": [ { "uri": { "value": "https://path/to/file }, "action": "BYPASS_CACHE" } ] }' /usr/libexec/mesos/mesos-fetcher

[...] 0328 09:20:39.361690 129351 fetcher.cpp:547] Fetched 'https://path/to/file' to '/tmp/abc/file'


apt-get install mesos=1.1.1-2.0.1

MESOS_FETCHER_INFO='{ "sandbox_directory": "/tmp/abc", "items": [ { "uri": { "value": "https://path/to/file }, "action": "BYPASS_CACHE" } ] }' /usr/libexec/mesos/mesos-fetcher

[...] Failed to fetch 'https://path/to/file': Error downloading resource: Problem with the SSL CA cert (path? access rights?)



Obviously the URL is working just fine when being retreive with CURL, WGET or a JAVA app from the server itself.

Any hint would be appreciated !


Best regards, Adam.

Reply via email to