Hi,

For some security purpose and performance testing purpose, is it possible
to use haproxy as SSL client?

May config like:

frontend HTTP
        bind :80
        mode httpsclient(?)
        default_backend SSLPOOL

backend SSLPOOL
        mode tcp
        server  ssl1  <public_ip>:443

I know some other tools can do termination, but I prefer to do it all in
haproxy, thanks for any advice.


Bests,
-Igor

Reply via email to