tiny-ssl-reverse-proxy

command module
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 License: BSD-2-Clause Imports: 14 Imported by: 0

README

A tiny SSL reverse proxy

Did you ever want to protect your docker container with SSL, but didn't want to have to pull the whole of nginx? Well now you can!

Usage:

tiny-ssl-reverse-proxy

Usage of tiny-ssl-reverse-proxy:
  -behind-tcp-proxy
    	running behind TCP proxy (such as ELB or HAProxy)
  -cert string
    	Path to PEM certificate (default "/etc/ssl/private/cert.pem")
  -flush-interval duration
    	minimum duration between flushes to the client (default: off)
  -key string
    	Path to PEM key (default "/etc/ssl/private/key.pem")
  -listen string
    	Bind address to listen on (default ":443")
  -logging
    	log requests (default true)
  -tls
    	accept HTTPS connections (default true)
  -where string
    	Place to forward connections to (default "http://localhost:80")

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
proxyline
Packet proxyProtocol implements Proxy Protocol parser and writer.
Packet proxyProtocol implements Proxy Protocol parser and writer.

Jump to

Keyboard shortcuts

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