Re: mod_proxy_wstunnel/proxy_tunnel

2019-12-10 Thread Nick Couchman
On Tue, Dec 10, 2019 at 11:10 AM paulr wrote: > I caught this in developer mode yesterday. My settings were pulled from the > chapter 4 documentation which has a type-o. Below is under apache in > chapter > 4. > > Where's the typo? It looks fine to me - the example you posted below is using

Re: mod_proxy_wstunnel/proxy_tunnel

2019-12-10 Thread paulr4444
I caught this in developer mode yesterday. My settings were pulled from the chapter 4 documentation which has a type-o. Below is under apache in chapter 4. Proxying the WebSocket tunnel Apache will not automatically proxy WebSocket connections, but you can proxy them separately with Apache 2.4.5

Re: mod_proxy_wstunnel/proxy_tunnel

2019-12-09 Thread Nick Couchman
> > > ServerName mgmt03 > > > Order deny,allow > Allow from all > > > SSLEngine on > SSLProxyEngine On > > SSLCertificateFile /etc/ssl/certs/mgmt03.crt > SSLCertificateKeyFile /etc/ssl/private/mgmt03.key > > ProxyRequests Off >

Re: mod_proxy_wstunnel/proxy_tunnel

2019-12-06 Thread Nick Couchman
On Thu, Dec 5, 2019 at 6:01 PM paulr wrote: > Thank you for taking a look. > > I can't seem to get wstunnel to work with https. proxy_tunnel is enabled. > > Have you confirmed that WS is working correctly if connect directly to Tomcat, without the proxy layer? >

mod_proxy_wstunnel/proxy_tunnel

2019-12-05 Thread paulr4444
Thank you for taking a look. I can't seem to get wstunnel to work with https. proxy_tunnel is enabled. /var/log/tomcat8/catalina.out My setup is apache proxy to guacamole with https. apache all port 80 traffic redirects to port 443. 443 is then proxy to tomcat8 8443. Port 8080 on tomcat8