get_ssl_error_details
Description:
public bool get_ssl_error_details (out string out_certificate_pem, out TlsCertificateFlags out_certificate_errors)
Populates out_certificate_pem
and out_certificate_errors
with the last values returned on
BAD_CERTIFICATE error.
Parameters:
this |
an SoupSession |
out_certificate_pem |
return location for a server TLS/SSL certificate in PEM format, when the last operation failed with a TLS/SSL error, or |
out_certificate_errors |
return location for a TlsCertificateFlags, with certificate error flags
when the operation failed with a TLS/SSL error, or |
Returns:
Whether the information was available and set to the out parameters. |