Skip to content
ricochet

Reverse Proxy

Ricochet Server does not terminate TLS itself. Place a reverse proxy in front of it to handle HTTPS and forward traffic to 127.0.0.1:6188.

Any reverse proxy that can forward HTTP traffic will work. Below are example configurations for common reverse proxies.

backend ricochet
http-request del-header X-Forwarded-For
http-request del-header X-Real-IP
option forwardfor
mode http
balance roundrobin
server ricochet 127.0.0.1:6188 maxconn 100000 check