Home | History | Annotate | Download | only in docs

Lines Matching full:certificate

77   4.12 Why do I get "certificate verify failed" ?
697 CLIENT CERTIFICATE
701 require this, you don't need a client certificate.
703 A client certificate is always used together with a private key, and the
706 SERVER CERTIFICATE
708 The server you communicate with has a server certificate. You can and should
709 verify this certificate to make sure that you are truly talking to the real
712 CERTIFICATE AUTHORITY CERTIFICATE ("CA cert")
715 verify a server certificate that was signed by one of the authorities in the
719 The server certificate verification process is made by using a Certificate
720 Authority certificate ("CA cert") that was used to sign the server
721 certificate. Server certificate verification is enabled by default in curl
993 4.12 Why do I get "certificate verify failed" ?
999 SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
1001 Then it means that curl couldn't verify that the server's certificate was
1002 good. Curl verifies the certificate using the CA cert bundle that comes with
1009 the server's certificate is not signed by one of the CA's in the bundle. It