Probably being a bit paranoid, I run all my sites, even local ones, on https.
Now when I enable “Live Link”, the ngrok session created seems to run over http as standard. This works – until one is so bold as to click any link, which go to https:// URLs.
Any https:// URL in ngrok will then not display correctly, as no CSS stylesheets, no JS and no img src are loaded – they all get the fun “was not allowed to run (or display) insecure content from” treatment.
Is there an easy fix for that besides telling a client to manually change URLs to http each and every time, or changing all back to non-SSL local hosting?
Hello Clay,
Any discoveries about https over through ngrok?
All of my work is on SSL sites and being able to do live testing on mobile devices is becoming more important. Hard to do that when style sheets, etc can’t load.
This plugin is working to force ngrok to load over ssl? I tried just updating the temp url to https and that works but i get a cross site scripting error. My local site is over ssl.