/http-to-https

Reverse proxies with Go

Primary LanguageGo

http-to-https

This program reverse-proxies any process running over http on your local machine to an https address on the public internet.

I created it as a way to replace ngrok for my personal use. Unlike ngrok, you can make as many https proxies as you want just with repeated calls to MakeProxy(). For a full description see my blog post.

blog