HTTP Proxy (SSL upgrade)
Instructions
Build upon previous HTTP Proxy project and make the proxy support ssl encryption and https connections.
Key Features
- listen on 2 different port for http & https connections
Usage
# brew install mkcert
# mkcert -install
# mkcert localhost 127.0.0.1 ::1
## mkcert -uninstall
go run main.go -cert=localhost+2.pem -key=localhost+2-key.pem [-p=8003] [-ps=8004] [-url=true]