SSLContext.Verify

Whether to verify the peer certificate.

Values

ValueMeaning
none

Do not verify or require.

verify

Verify the certificate if one is specified.

require

Require a certificate and verify it.

Meta