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
- 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
>>
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.
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