21-Mar-2019 06:15
How to verify if mutual authentication is working or not ? i can see that there is openssl command to veriify it.
Can someone please explain more about it and give commands ?
23-Mar-2019
01:21
- last edited on
01-Jun-2023
15:14
by
JimmyPackets
@BJ, If i understand correctly you wanted to test client authentication right? If Yes, below syntax can help you..
openssl s_client -connect : -key -cert
Cheers...