1
Tutorials and FAQs / Re: Tutorial 2023/12: HAProxy + Let's Encrypt Wildcard Certificates + 100% A+ Rating
« on: January 24, 2024, 03:56:10 pm »
Hello,
I use OpnSense and Haproxy for my Portainer.
It works like a charm but I have a problem with WebSockets while opening Console of a container , It doesn't work
I try to add
http-request set-header X-Forwarded-Proto https if { ssl_fc }
http-request set-header X-Real-IP %[src]
in Option pass-through of my docker_backend
but this doesn't work
I try with rules ans Acl but no more success
Can someone help me ?
Thank you
I use OpnSense and Haproxy for my Portainer.
It works like a charm but I have a problem with WebSockets while opening Console of a container , It doesn't work
I try to add
http-request set-header X-Forwarded-Proto https if { ssl_fc }
http-request set-header X-Real-IP %[src]
in Option pass-through of my docker_backend
but this doesn't work
I try with rules ans Acl but no more success
Can someone help me ?
Thank you