simplehttpsproxy

command module
v0.0.0-...-d4427a0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2015 License: MIT Imports: 14 Imported by: 0

README

Super simple tool to create a SSL proxy in front of an http server. (Let's say, for instance, your app requires SSL which is normally provided by a upstream LB/proxy, but you want to make it work in your dev environment).

The credit goes to the standard library for implementing the core of what this provides.

simplehttpsproxy sets X-Forwarded-For header on the request to the backend.

$ go get github.com/yannk/simplehttpsproxy
$ simplehttpsproxy

or -

$ simplehttpsproxy -host=proxyhost.com -cert=cert.pem -key=key.pem -listen=localhost:4443 -backend:8080

See also https://github.com/yannk/simplehttpserver

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL