Lines Matching full:failf
947 failf(data, "SSL: invalid CA certificate subject");
957 failf(data, "SSL: out of memory");
967 failf(data, "SSL: invalid CA certificate subject");
975 failf(data, "SSL: couldn't allocate %zu bytes of memory", cbuf_size);
1265 failf(data, "unsupported min version passed via CURLOPT_SSLVERSION");
1271 failf(data, "unsupported max version passed via CURLOPT_SSLVERSION");
1303 failf(data, "Your version of the OS does not support TLSv1.3");
1311 failf(data, "DarwinSSL: cannot set SSL protocol");
1348 failf(data, "SSL: couldn't create a context!");
1359 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1369 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1406 failf(data, "Your version of the OS does not support SSLv3");
1414 failf(data, "Your version of the OS does not support SSLv2");
1420 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1457 failf(data, "Your version of the OS does not support SSLv3");
1466 failf(data, "Your version of the OS does not support SSLv2");
1471 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1478 failf(data, "Your version of the OS does not support to set maximum"
1492 failf(data, "Your version of the OS does not support TLSv1.1");
1495 failf(data, "Your version of the OS does not support TLSv1.2");
1498 failf(data, "Your version of the OS does not support TLSv1.3");
1505 failf(data, "Your version of the OS does not support SSLv2");
1514 failf(data, "Your version of the OS does not support SSLv3");
1519 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1578 failf(data, "SSL: SSLSetCertificate() failed: OSStatus %d", err);
1586 failf(data, "SSL: Incorrect password for the certificate \"%s\" "
1590 failf(data, "SSL: Couldn't make sense of the data in the "
1595 failf(data, "SSL The certificate \"%s\" requires a password.",
1599 failf(data, "SSL: Can't find the certificate \"%s\" and its private "
1603 failf(data, "SSL: Can't load the certificate \"%s\" and its private "
1641 failf(data, "SSL: SSLSetSessionOption() failed: OSStatus %d", err);
1650 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1659 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1668 failf(data, "SSL: can't load CA certificate file %s", ssl_cafile);
1792 failf(data, "SSL: SSLSetEnabledCiphers() failed: OSStatus %d", err);
1799 failf(data, "SSL: Failed to allocate memory for allowed ciphers");
1829 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
1847 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
1855 failf(data, "failed to store ssl session");
1863 failf(data, "SSL: SSLSetIOFuncs() failed: OSStatus %d", err);
1874 failf(data, "SSL: SSLSetConnection() failed: %d", err);
1983 failf(data, "SSL certificate problem: Invalid certificate chain");
1986 failf(data, "SSL certificate problem: Untrusted root certificate");
1989 failf(data, "SSL certificate problem: No root certificate");
1992 failf(data, "SSL certificate problem: Certificate chain had an "
1996 failf(data, "SSL certificate problem: Couldn't understand the server "
2000 failf(data, "SSL certificate peer hostname mismatch");
2003 failf(data, "SSL unexpected certificate error %d", err);
2016 failf(data, "SSL: failed to allocate array for CA certificate");
2024 failf(data, "SSL: failed to create SecCertificate from CA certificate");
2049 failf(data, "SSL: failed to read or invalid CA certificate");
2066 failf(data, "SSL: out of memory creating CA certificate array");
2081 failf(data, "SSL: invalid CA certificate #%d (offset %d) in bundle",
2115 failf(data, "SSL: error getting certificate chain");
2151 failf(data, "SSL: certificate verification failed (result: %d)",
2303 failf(data, "SSL certificate problem: Invalid certificate chain");
2306 failf(data, "SSL certificate problem: Untrusted root certificate");
2309 failf(data, "SSL certificate problem: No root certificate");
2312 failf(data, "SSL certificate problem: Certificate chain had an "
2316 failf(data, "SSL certificate problem: Couldn't understand the server "
2322 failf(data, "SSL authentication failed");
2325 failf(data, "SSL peer handshake failed, the server most likely "
2329 failf(data, "SSL server rejected the client certificate due to "
2337 failf(data, "SSL certificate peer verification failed, the "
2343 failf(data, "Server dropped the connection during the SSL handshake");
2346 failf(data, "Server aborted the SSL handshake");
2349 failf(data, "Could not negotiate an SSL cipher suite with the server");
2353 failf(data, "Internal SSL engine error encountered during the "
2357 failf(data, "Fatal SSL engine error encountered during the SSL "
2361 failf(data, "Unknown SSL protocol error in connection to %s:%d",
2375 failf(data, "SSL: public key does not match pinned public key!");
2576 failf(data, "SSL connection timeout");
2594 failf(data, "SSL connection timeout");
2611 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
2621 failf(data, "SSL connection timeout");
2731 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
2737 failf(data, "SSL shutdown timeout");
2747 failf(data, "read: %s", strerror(errno));
2904 failf(conn->data, "SSLWrite() returned error %d", err);
2921 failf(conn->data, "SSLWrite() returned error %d", err);
2961 failf(conn->data, "SSLRead() return error %d", err);