Project list

HTTP SSL Proxy

image article

HTTP Proxy (SSL upgrade)

Instructions

Build upon previous HTTP Proxy project and make the proxy support ssl encryption and https connections.

Key Features

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]
View on github