Re: [users@httpd] Proxy with ssl backend server

2023-05-31 Thread Josef Wolf
On Wed, May 31, 2023 at 10:58:27AM +0200, Yann Ylavic wrote: > On Thu, May 25, 2023 at 2:38 PM Josef Wolf wrote: > > > > I am trying to use apache as a proxy to pass requests to a https backend > > like this: > > > > > > > > SSLProxyEngine

Re: [users@httpd] Proxy with ssl backend server

2023-05-30 Thread Josef Wolf
No ideas on this one? On Thu, May 25, 2023 at 02:37:50PM +0200, Josef Wolf wrote: > Hello, > > I am trying to use apache as a proxy to pass requests to a https backend like > this: > > > > SSLProxyEngine on > ProxyPass/service/ h

[users@httpd] Proxy with ssl backend server

2023-05-25 Thread Josef Wolf
SSLProxyCheckPeerName Off SSLProxyCheckPeerExpire Off Any ideas what might be wrong with my configuration? How could I explicitly install the backend certificate as "trusted"? I tried SSLProxyMachineCertificatePath, but also without succ