vloux / ProteoRE

GNU General Public License v3.0
2 stars 5 forks source link

https://proteore.org/ : no more display of the home page in the central panel #316

Closed yvandenb closed 3 years ago

yvandenb commented 3 years ago

since the url has been switched from "http" into "https", I noticed that there is no more display of the home page, please could you fix it ? image

vloux commented 3 years ago

Related to #156 Error : Mixed Content: The page at 'https://proteore.org/' was loaded over HTTPS, but requested an insecure frame 'http://proteore.org/static/welcome.html'. This request has been blocked; the content must be served over HTTPS.

vloux commented 3 years ago

Solved by following recos in https://docs.galaxyproject.org/en/latest/admin/apache.html Notably , in /etc/httpd/conf.d/proteore-ssl.conf

# Galaxy needs to know that this is https for generating URLs
    RequestHeader set X-URL-SCHEME "%{REQUEST_SCHEME}e"