You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Dave Lester (JIRA)" <ji...@apache.org> on 2013/08/07 02:08:49 UTC

[jira] [Created] (MESOS-622) Mesos website does not load properly over HTTPS

Dave Lester created MESOS-622:
---------------------------------

             Summary: Mesos website does not load properly over HTTPS
                 Key: MESOS-622
                 URL: https://issues.apache.org/jira/browse/MESOS-622
             Project: Mesos
          Issue Type: Bug
            Reporter: Dave Lester


As pointed out by several people including [~ssorallen], https://mesos.apache.org/ references its assets over HTTP, which some browsers block because it's considered a different domain.

The origin of the problem is that the Jekyll templates which build the site have http hardcoded in the url, located in _config.yml in the subversion repo: https://svn.apache.org/repos/asf/mesos/website

We need the urls of css/js includes, as well as images be relative -- and also work for urls like mesos.apache.org/documentation/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira