You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Thomas Rampelberg (JIRA)" <ji...@apache.org> on 2014/12/02 01:49:13 UTC

[jira] [Created] (MESOS-2163) Fetcher can no longer fetch HTTPS urls

Thomas Rampelberg created MESOS-2163:
----------------------------------------

             Summary: Fetcher can no longer fetch HTTPS urls
                 Key: MESOS-2163
                 URL: https://issues.apache.org/jira/browse/MESOS-2163
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 0.22.0
            Reporter: Thomas Rampelberg
            Priority: Minor


With Mesos 0.21.0, I am able to use https://www.google.com/webhp as a URI in the fetcher and have it fetched. In 0.22, I am no longer able to do that and get an error in the task's stdout:

I1202 00:47:12.235622  3107 fetcher.cpp:209] Fetching URI 'https://www.google.com/webhp'
I1202 00:47:12.235786  3107 fetcher.cpp:121] Fetching URI 'https://www.google.com/webhp' with os::net
I1202 00:47:12.235802  3107 fetcher.cpp:131] Downloading 'https://www.google.com/webhp' to '/tmp/mesos/slaves/20141201-220145-831784970-5050-2007-S583/frameworks/20141201-215833-831784970-5050-2853-0000/executors/fail.c0a21e7a-79bc-11e4-b7ef-56847afe9799/runs/ed4afcf8-45f2-4033-a3ab-6c25ed93d91e/webhp'
E1202 00:47:12.358072  3107 fetcher.cpp:134] Error downloading resource: Problem with the SSL CA cert (path? access rights?)
Failed to fetch: https://www.google.com/webhp
Failed to synchronize with slave (it's probably exited)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)