Re: [users@httpd] mod_proxy_wstunnel intermittent empty response

2018-10-07 Thread Yann Ylavic
On Sun, Oct 7, 2018 at 2:05 PM Yann Ylavic wrote: > > http://svn.apache.org/r1754164 ... The 2.4.x commit of the above was http://svn.apache.org/r1802144 > > Regards, > Yann. - To unsubscribe, e-mail: users-unsubscr...@httpd.ap

Re: [users@httpd] mod_proxy_wstunnel intermittent empty response

2018-10-07 Thread Yann Ylavic
On Wed, Sep 26, 2018 at 2:42 AM Jonathon Koyle wrote: > > Has anybody else seen this behavior or have any suggestions? Updating to a > version of httpd not in a Centos repo is not an option for me, unfortunately. This has been fixed in 2.4.16 (really 2.4.13 but it was not released) with a follo

[users@httpd] mod_proxy_wstunnel intermittent empty response

2018-09-25 Thread Jonathon Koyle
I am running httpd-2.4.6 on CentOS7. I have an https virtual host configured to proxy requests to a specific location as wss ProxyPass "wss://127.0.0.1:9000/" ProxyPassReverse "wss://${server_name}/ws/" However, attempts to connect occasionally fail, using curl to test: curl -i -N -H "Co