Class SslAuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class SslAuthenticationException
    extends AuthenticationException
    This exception indicates that SSL handshake has failed. See Throwable.getCause() for the SSLException that caused this failure.

    SSL handshake failures in clients may indicate client authentication failure due to untrusted certificates if server is configured to request client certificates. Handshake failures could also indicate misconfigured security including protocol/cipher suite mismatch, server certificate authentication failure or server host name verification failure.

    See Also:
    Serialized Form
    • Constructor Detail

      • SslAuthenticationException

        public SslAuthenticationException​(String message)
      • SslAuthenticationException

        public SslAuthenticationException​(String message,
                                          Throwable cause)