gin-gonic / autotls

Support Let's Encrypt for a Go server application.
MIT License
379 stars 40 forks source link

Add http redirection to Run function #26

Closed thomasarmel closed 2 years ago

thomasarmel commented 3 years ago

I've noticed that RunWithManager() permits to redirect a HTTP request to HTTPS, but Run() doesn't handle it.

thomasarmel commented 3 years ago

I think I noticed other issues with RunWithManager(), I'll try to fix them... :)