debug bar loaded over http - blocked |
I'm not sure where to start looking, so hopefully someone else has run across this already.
Last night I copied everything from my Windows local machine to my CentOS 7 server, and getting an odd issue in development mode. The debug bar won't load, and the error message in my browser says: Code: Mixed Content: The page at 'https://mysite.com/ci4test/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://mysite.com/ci4test/?debugbar_time=1624914457'. This request has been blocked; the content must be served over HTTPS. Is there some setting that's different for the debug bar than baseURL? .env file setting: app.baseURL = 'https://mysite.com/ci4test/' /app/Config/App.php: public $baseURL = 'https://mysite.com/ci4test/'; What else is there? I'm on CodeIgniter version 4.1.3 |
Messages In This Thread |
debug bar loaded over http - blocked - by BilltheCat - 06-28-2021, 02:21 PM
RE: debug bar loaded over http - blocked - by Gary - 06-29-2021, 03:20 PM
RE: debug bar loaded over http - blocked - by BilltheCat - 06-29-2021, 03:50 PM
RE: debug bar loaded over http - blocked - by Gary - 06-29-2021, 04:17 PM
RE: debug bar loaded over http - blocked - by nfaiz - 06-29-2021, 07:23 PM
RE: debug bar loaded over http - blocked - by BilltheCat - 06-30-2021, 07:27 AM
RE: debug bar loaded over http - blocked - by Gary - 06-30-2021, 03:54 PM
|