I am "oring" these two constants together in my call to
SSL_CTX_set_verify(). It still doesn't prevent the client from continuing.
Do you have any other suggestions?
Thanks,
George
George,
On the server side, in your call to SSL_CTX_set_verify(), you have two
choices if you want to ena
George,
On the server side, in your call to SSL_CTX_set_verify(), you have two
choices if you want to enable client authentication: 1) SSL_VERIFY_PEER, and
2) SSL_VERIFY_FAIL_IF_NO_PEER_CERT. The first politely asks the client if it
will please authenticate, but the handshake will succeed eve