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