in reply to Re: Make IO::Socket:SSL refuse connections without client certificate
in thread [SOLVED] Make IO::Socket:SSL refuse connections without client certificate
I tried:
SSL_verify_mode => SSL_VERIFY_PEER,
SSL_verify_mode => SSL_VERIFY_FAIL_IF_NO_PEER_CERT,
SSL_verify_mode => SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT,
All three of these variants allow authentication via certificate and yet even if a client certificate is not presented, the server still sends the string.
I should be able to tell the server *not* to return anything if a client certificate is not presented.
Thanks,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Make IO::Socket:SSL refuse connections without client certificate
by NetWallah (Canon) on Oct 12, 2016 at 23:39 UTC | |
|
Re^3: Make IO::Socket:SSL refuse connections without client certificate
by noxxi (Pilgrim) on Oct 13, 2016 at 06:22 UTC |