Home | History | Annotate | Download | only in opts

Lines Matching full:certificate

25 CURLOPT_SSL_VERIFYPEER \- verify the peer's SSL certificate
34 certificate. A value of 1 means curl verifies; 0 (zero) means it doesn't.
36 When negotiating a TLS or SSL connection, the server sends a certificate
37 indicating its identity. Curl verifies whether the certificate is authentic,
38 i.e. that you can trust that the server is who the certificate says it is.
46 prove that the certificate is authentic, the connection fails. When the
47 option is zero, the peer certificate verification succeeds regardless.
49 Authenticating the certificate is not enough to be sure about the server. You
52 host name in the certificate is valid for the host name you're connecting to
55 WARNING: disabling verification of the certificate allows bad guys to
70 /* Set the default value: strict certificate check please */