Re: [users@httpd] Re: Apache2 certificate authentication

2023-09-04 Thread Landon
On Tue, Jul 25, 2023 at 2:46 PM Daniel Ferradal wrote: > > > > >>> [Mon Jul 10 03:20:37.629596 2023] [ssl:error] [pid 2410] [client >>> 192.168.0.5:64817] AH10158: cannot perform post-handshake authentication >>> [Mon Jul 10 03:20:37.629633 2023] [ssl:error] [pid 2410] SSL Library >>> Error: erro

Re: [users@httpd] Re: Apache2 certificate authentication

2023-07-25 Thread Daniel Ferradal
>> [Mon Jul 10 03:20:37.629596 2023] [ssl:error] [pid 2410] [client >> 192.168.0.5:64817] AH10158: cannot perform post-handshake authentication >> [Mon Jul 10 03:20:37.629633 2023] [ssl:error] [pid 2410] SSL Library >> Error: error:0A000117:SSL routines::extension not received >> > This has nothing

Re: [users@httpd] Re: Apache2 certificate authentication

2023-07-09 Thread Florian Schwalm
I'm not sure if this command for signing the client certificate is correct as I don't see your corresponding openssl config and if it sets the correct keyUsage and extensions: sign client CSR openssl x509 -req -days 365 -in client.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out client.crt

[users@httpd] Re: Apache2 certificate authentication

2023-07-09 Thread Jiangsu Kumquat
I just tried accessing the "/secure/" directory in Edge and got the same error message after importing my pkcs12 certificate. I forgot to include the Apache2 error logs... [Mon Jul 10 03:20:37.629596 2023] [ssl:error] [pid 2410] [client 192.168.0.5:64817] AH10158: cannot perform post-handshake au