Closed yvandenb closed 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.
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"
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 ?