I cannot seem to find an easy solution to this or one that does not involve buying software.
It's simple, I have an HTTP website that I am developing, I need to debug its behavior under HTTPS (because some things are disabled on insecure origins).
I just need a simple way to set up an HTTPS site that redirects all requests to it to my current HTTP site.
Something like a tunnel from https://example.com => http://example.com
Could someone provide simple, step by step, and working instructions on how to achieve this?
Edit: What I want could be something like ngrok
but local and free.