Menu

#104 Cant open Playing & Settings pages on HTTPS

4.9
open
nobody
https (4)
1
2014-12-29
2014-02-02
No

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

    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.

     
  • Anonymous

    Anonymous - 2014-12-29

    Ok, I was using nginx.
    Adding this config line fixed it :

    proxy_redirect http:// https://;

     

Anonymous
Anonymous

Add attachments
Cancel