GTlsError

An error code used with G_TLS_ERROR in a GError returned from a TLS-related routine. G_TLS_ERROR_UNAVAILABLE No TLS provider is available G_TLS_ERROR_MISC Miscellaneous TLS error G_TLS_ERROR_BAD_CERTIFICATE A certificate could not be parsed G_TLS_ERROR_NOT_TLS The TLS handshake failed because the peer does not seem to be a TLS server. G_TLS_ERROR_HANDSHAKE The TLS handshake failed because the peer's certificate was not acceptable. G_TLS_ERROR_CERTIFICATE_REQUIRED The TLS handshake failed because the server requested a client-side certificate, but none was provided. See g_tls_connection_set_certificate(). G_TLS_ERROR_EOF The TLS connection was closed without proper notice, which may indicate an attack. See g_tls_connection_set_require_close_notify(). Since 2.28

Values

ValueMeaning
UNAVAILABLE
MISC
BAD_CERTIFICATE
NOT_TLS
HANDSHAKE
CERTIFICATE_REQUIRED
EOF

Meta