Question
Does Haproxy supports backend on https for reverse proxy
Hi ,
I have configured Haproxy servere on linux at 80 port and trying to do reverse proxy with backend on https protocol (443). Is it possible in haparoxy ?
Client –>httptraffic –>Haproxy server–>https traffic–>backend server
Is there any other solution for this scenario?
If I use proxy pass through functionality provided on tcp mode. It did work but client can see the backend server(this is not real reverse proxy)
Thanks !!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×