go-proxyproto icon indicating copy to clipboard operation
go-proxyproto copied to clipboard

ProxyProtocol usage with TLS

Open rmahidhar opened this issue 3 years ago • 1 comments

I want to use go-proxyproto with TLS and couldn't find any examples in the repo. Appreciate if you can provide reference code for using go-proxyproto with TLS.

rmahidhar avatar Jul 21 '21 18:07 rmahidhar

The tests are a good place to look at, eg https://github.com/pires/go-proxyproto/blob/main/protocol_test.go#L954. However, having Go example tests would be a pretty cool addition.

pires avatar Nov 14 '22 11:11 pires