-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Description
What would you like to be added
Add support for haproxy's proxy protocol:
https://www.haproxy.org/download/2.4/doc/proxy-protocol.txt
Why this is needed
The documentation for proxying is talking about 2 features you would like to see
- the client should connect directly to the step-ca daemon because you use the old cert for authentication
- you would like to see the real IP of the client
right now you need layer 4 load balancing for this. with the proxy protocol implemented, you can use a layer 7 load balancer like haproxy. the protocol is quite simple and there are already a lot of implementations for it
Nothing4You, redrac and rainlabs