(This message has been automatically imported from the retired mailing list)
Hi
I am trying to enable ssl/tls with HAProxy following the instructions in =
the documentation found here=C2=A0https://zato.io/docs/admin/guide/tls/cl=
ient-lb.html.
I have added this section to my config (after creating the server.pem fil=
e):
frontend front=5Ftls=5Fno=5Fclient=5Fcerts
=C2=A0 =C2=A0 mode http
=C2=A0 =C2=A0 default=5Fbackend bck=5Fhttp=5Fplain
=C2=A0 =C2=A0 option forwardfor
=C2=A0 =C2=A0 reqadd X-=46orwarded-Proto:=5C https
=C2=A0 =C2=A0 acl has=5Fx=5Fforwarded=5Fproto req.fhdr(X-=46orwarded-Prot=
o) -m found
=C2=A0 =C2=A0 http-request deny if has=5Fx=5Fforwarded=5Fproto
=C2=A0 =C2=A0 bind 0.0.0.0:21223 ssl crt /opt/zato/certs/server.pem
=C2=A0
It is not working well and HAProxy gives me this when trying to parse the=
config:
error detected while parsing ACL =5C’has=5Fx=5Fforwarded=5Fproto=5C=E2=80=
=99.
According to what I can read ssl/tls was introduced in HAProxy 1.5, but t=
he one installed with zato 2.0.3 is 1.4.
Have I missed any instructions when installing or do I just need to upgra=
de HAProxy=3F
Br, Daniel Grindelid