I have in mind an idea of making an http server running over HTTPS ports in GoLang , But I cant fully understand how that works in the docs, What I want is to run the website in a localhost port and it redirects that to my domain...
If I cant do that, I wanna know how to host the http server over https without needing Phusion Passenger, Thank you !