On Mon, Apr 22, 2024 at 3:51 PM Daiya, Devendra singh
<[email protected]> wrote:
>
> SSLVerifyCLient require
> SSLVerifyDepth 10
These directives apply to the client/browser connection, so you are
effectively enabling mtls on the client side too, hence the error
messages ("AH02008: SSL library error 1 in handshake (server
hostname:port)" and "SSL Library Error: error:1417C0C7:SSL
routines:tls_process_client_certificate:peer did not return a
certificate") if the client isn't providing a certificate.
You should probably remove them if you only want mtls with the backend server.
Regards;
Yann.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]