TlsError
Description:
public errordomain TlsError
An error code used with g_tls_error in a
Error returned from a TLS-related routine.
Content:
Error codes:
- UNAVAILABLE - No TLS provider is
available
- MISC - Miscellaneous TLS error
- BAD_CERTIFICATE - A certificate could
not be parsed
- NOT_TLS - The TLS handshake failed because
the peer does not seem to be a TLS server.
- HANDSHAKE - The TLS handshake failed
because the peer's certificate was not acceptable.
- CERTIFICATE_REQUIRED - The TLS
handshake failed because the server requested a client-side certificate, but none was provided.
- EOF - The TLS connection was closed without
proper notice, which may indicate an attack.