Re: [users@httpd] failure using wss proxy

2020-12-16 Thread @lbutlr
On 16 Dec 2020, at 08:03, Guennadi Liakhovetski wrote: > that the server was only accepting TLSv1.3 I would consider that to be a misconfiguration at this point. TLSv1.2 is fully supported and current and a server that requires TLSv1.3 is doing something wrong. -- I get the feeling that som

Re: [users@httpd] failure using wss proxy

2020-12-16 Thread Guennadi Liakhovetski
On Tue, 15 Dec 2020, Guennadi Liakhovetski wrote: > Hi, > > I'm trying to set up a ws -> wss proxy to my.webhookrelay.com : > > > ServerName local.name > SSLProxyEngine On > RewriteEngine on > ProxyRequests Off > ProxyPass /wsrelay wss://my.webhookrelay.com/v1/socket > P

[users@httpd] failure using wss proxy

2020-12-15 Thread Guennadi Liakhovetski
Hi, I'm trying to set up a ws -> wss proxy to my.webhookrelay.com : ServerName local.name SSLProxyEngine On RewriteEngine on ProxyRequests Off ProxyPass /wsrelay wss://my.webhookrelay.com/v1/socket ProxyPassReverse /wsrelay wss://my.webhookrelay.com/v1/socket and the se