Re: [users@httpd] proxying SSL -> SSL

2023-10-04 Thread Frank Gingras
First, do not define vhosts as :PORT, but rather either *:443 or IP:443. Secondly, to proxy from TLS to TLS, you need both SSLEngine on and SSLProxyEngine on. Avoid proxying from a block, unless strictly necessary. Use the vhost context. You can use the Location block to set headers instead.

Re: [users@httpd] proxying SSL -> SSL

2023-10-04 Thread lejeczek
On 04/10/2023 10:40, lejeczek wrote: Hi guys. I've sroogled & have found people suggesting working examples, I thought I had some notes but now I'm thinking I read that it should not work.. so I'm not sure what to think of this seemingly setup:   ServerAdmin web...@lemko.xyz   ServerName

RE: [users@httpd] proxying SSL -> SSL

2023-10-04 Thread Marc
> > Hi guys. > > I've sroogled & have found people suggesting working examples, I thought I > had some notes but now I'm thinking I read that it should not work.. > so I'm not sure what to think of this seemingly setup: > > > ServerAdmin web...@lemko.xyz >