HAProxy Cloudflare SSL Problems
-
Hello! I was wondering if I could get some help on my HAProxy setup, I had two web servers on different ports and one IP. It seems to direct to them both just fine but when Cloudflare SSL (fleixble or full) is in the scenario it just shoots out bad errors such as SSL Handshake failed (Full Cloudflare SSL) and "SSL_ERROR_RX_RECORD_TOO_LONG" when it's Fleixble Cloudflare SSL.
Shared Frontend:
https://i.imgur.com/v4izjiQ.png
Use "forwardfor" option: CheckedFrontend for the HTTPS domain:
https://i.imgur.com/Bt6dXrS.png
Shared Frontend: CheckedAny more info requested I'll gather
-
On the frontend you chose mode:'http/https(offloading)' however behind the 443 port you dont have the offloading checkbox set. Should probably check that.
Then also when enabling that make sure to configure certificates to use at the bottom of the frontend.