Haproxy Ssl Forward Proxy

Use HAProxy as https forward proxy and ssl termination I’m trying to do something like this: Clients send HTTP request to HAProxy. HAProxy does the TLS stuff to convert the request into and forward to a server. HTTP to the client. The server sends response to HAProxy, then the response […]