mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Documentation
- Mentioned the hostname verification.
This commit is contained in:
parent
7fb1487993
commit
325d0d1738
2 changed files with 4 additions and 3 deletions
|
@ -311,7 +311,7 @@ int TLSClient::verify_certificate () const
|
|||
|
||||
cert_list = gnutls_certificate_get_peers (_session, &cert_list_size);
|
||||
if (cert_list_size == 0)
|
||||
return GNUTLS_E_CERTIFICATE_ERROR;
|
||||
return GNUTLS_E_CERTIFICATE_ERROR;
|
||||
|
||||
ret = gnutls_x509_crt_init (&cert);
|
||||
if (ret < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue