Add SSL support
yiziz opened this issue · 3 comments
yiziz commented
Add SSL support
hydrogen18 commented
Is this worth doing? It seems like it is so much simpler just to drop HTTP behind and HTTPS proxy.
railsmechanic commented
I think you can add SSL using http.ListenAndServeTLS
Have a look at the ListenAndServeTLS docs.
cypriss commented
Yeah there is nothing for this package to do in order to support SSL. Both https proxy and ListenAndServeTLS work.