When I try to open Playing or Settings page, iframe call a http version of main.view or musicFolderSettings.view. If server is configured with HTTP Strict Transport Security, page loading simply fails.
Discussion
Anonymous
-
2014-12-29
I've got the same error.
Mixed Content: The page at 'https://zik.example.com/index.view' was loaded over HTTPS, but requested an insecure resource 'http://zik.example.com/musicFolderSettings.view'. This request has been blocked; the content must be served over HTTPS.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-12-29
Ok, I was using nginx.
Adding this config line fixed it :
I've got the same error.
Mixed Content: The page at 'https://zik.example.com/index.view' was loaded over HTTPS, but requested an insecure resource 'http://zik.example.com/musicFolderSettings.view'. This request has been blocked; the content must be served over HTTPS.
Ok, I was using nginx.
Adding this config line fixed it :
proxy_redirect http:// https://;