You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following scenario: HTTPS (customer) > HTTPS (front) > HTTPS (backend). Nothing is needed on the haproxy but the forwarding. On port 80, works everything fine, and should work on 443 too due to its on passthrough mode.
I have the following scenario: HTTPS (customer) > HTTPS (front) > HTTPS (backend). Nothing is needed on the haproxy but the forwarding. On port 80, works everything fine, and should work on 443 too due to its on passthrough mode.
#########ERROR##########
(as root)
curl -v https://172.22.1.152
CApath: none
curl: (35) SSL received a record that exceeded the maximum permissible length.
THE CONFIG FILE HAPROXY.CONF
frontend https-incoming
bind *:443
option tcplog
mode tcp
#backend nodes
mode tcp
balance roundrobin
I can see on the logs all my attempts when using curl, but not on the browser. (80 I can see on browser, 443 no).
I need some help here ...
The text was updated successfully, but these errors were encountered: