Hi,
Only on some WHM pages (terminal, Manage AutoSSL and a few others), when using a proxy in front of apache (engintron), some content gets requested over HTTP, breaking security and page.
By the way, I'm offloading all SSL traffic to nginx, passing all as http to apache.
This is what chrome dev console shows:
Is there something so different in the way those pages are built, so as some content gets requested via HTTP? Is there a way to get it standardised?
or
Is there a way to make the request managed well?
Only on some WHM pages (terminal, Manage AutoSSL and a few others), when using a proxy in front of apache (engintron), some content gets requested over HTTP, breaking security and page.
By the way, I'm offloading all SSL traffic to nginx, passing all as http to apache.
This is what chrome dev console shows:
Code:
Mixed Content: The page at 'https://whm.example.com/cpsess1604554776/scripts12/terminal' was loaded over HTTPS, but requested an insecure stylesheet 'http://srvcp01.example.net:8080/cPanel_magic_revision_1538601071/styles/master-ltr.cmb.min.css'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://whm.example.com/cpsess1604554776/scripts12/terminal' was loaded over HTTPS, but requested an insecure stylesheet 'http://srvcp01.example.net:8080/cPanel_magic_revision_1523488009/libraries/xtermjs/xterm.min.css'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://whm.example.com/cpsess1604554776/scripts12/terminal' was loaded over HTTPS, but requested an insecure script 'http://srvcp01.example.net:8080/cPanel_magic_revision_1533675475/templates/menu/header_and_navigation.cmb.min.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://whm.example.com/cpsess1604554776/scripts12/terminal' was loaded over HTTPS, but requested an insecure script 'http://srvcp01.example.net:8080/cPanel_magic_revision_1415404035/libraries/requirejs/optimized/require.min.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://whm.example.com/cpsess1604554776/scripts12/terminal' was loaded over HTTPS, but requested an insecure stylesheet 'http://srvcp01.example.net:8080/cPanel_magic_revision_1538601071/styles/master-ltr.cmb.min.css'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://whm.example.com/cpsess1604554776/scripts12/terminal' was loaded over HTTPS, but requested an insecure stylesheet 'http://srvcp01.example.net:8080/cPanel_magic_revision_1523488009/libraries/xtermjs/xterm.min.css'. This request has been blocked; the content must be served over HTTPS.
or
Is there a way to make the request managed well?
Last edited by a moderator: