I configured a “Host-to-LAN” vpn with Authentication “X.509 Certificate + Password” and Command line parameters “–verify-client-cert require”
The client has the “TrustedCA.pem” certificate and the user’s certificate and key installed.
Everything works fine but if I revoke or delete the user’s certificate from the server, the client continues to connect anyway.
I expected that revoking the certificate or deleting it the client would not have to connect.
Where am I wrong?