docker-flow / docker-flow-proxy

Docker Flow Proxy
https://docker-flow.github.io/docker-flow-proxy/
MIT License
317 stars 189 forks source link

Update haproxy version #15

Closed fpga-tom closed 6 years ago

fpga-tom commented 6 years ago

Description

Would it be possible to update haproxy 1.8.3 to newer version?

When using IE in win10 with https (haproxy is ssl termination), it uses http/2 by default. As result some pages don't load because it takes to long and there is timeout. In chrome and firefox this works. I tried to building custom image with haproxy 1.8.4 and it resolved the issue. So would it be possible to update version in Dockerfile?

vfarcic commented 6 years ago

dockerflow/docker-flow-proxy:18.05.05-43 uses HAProxy 1.8.8. Can you please try it out and let me know if you notice any problem?

fpga-tom commented 6 years ago

It works fine. Thank you.