[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

Re: [users@httpd] some questions to mod_rewrite

2020-12-15 Thread Lentes, Bernd
- On Dec 11, 2020, at 4:13 PM, Eric Covener cove...@gmail.com wrote: > On Fri, Dec 11, 2020 at 10:06 AM Lentes, Bernd > wrote: >> >> - On Dec 9, 2020, at 6:02 PM, Eric Covener cove...@gmail.com wrote: >> >> Hi Eric, >> >> thanks for your answer. >> Now i'm struggling with RewriteRule >>

Re: [users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-15 Thread Stefan Eissing
Hi Yves, there is no "intentional" misdirecting by the spec or the server. Let's sort out where the problem lies and how to fix it. 1. You are correct that the browser will see your wildcard cert, see that it applies to another host and use the already open connection to make the request. 2.

[users@httpd] Disable HTTP2 connection coalescing for different virtual hosts/domains

2020-12-15 Thread Yves Goergen
Hello, I just found out the hard way that HTTP2 has a great new feature that intentionally misdirects requests to the wrong domain. I'm using Apache on Ubuntu 20.04 with Virtual Hosts, a single shared IPv4 address (what else can you do these days), HTTP2 and HTTPS. Some of these domains use t