https://github.com/cantabular/tiny-ssl-reverse-proxy
Tiny SSL reverse proxy
https://github.com/cantabular/tiny-ssl-reverse-proxy
Last synced: 6 months ago
JSON representation
Tiny SSL reverse proxy
- Host: GitHub
- URL: https://github.com/cantabular/tiny-ssl-reverse-proxy
- Owner: cantabular
- License: bsd-2-clause
- Created: 2014-12-15T19:08:06.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T12:00:27.000Z (8 months ago)
- Last Synced: 2026-01-15T00:45:36.427Z (7 months ago)
- Language: Go
- Homepage: localhost:443
- Size: 112 KB
- Stars: 22
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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")
```