mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
parent
1e7d0bafc6
commit
a075d1c0d8
4 changed files with 4 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ int main(void)
|
|||
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
|
||||
#endif
|
||||
|
||||
/* If the site you are connecting to uses a different hostname that what
|
||||
/* If the site you are connecting to uses a different hostname than what
|
||||
* they have mentioned in their server certificate's commonName (or
|
||||
* subjectAltName) fields, libcurl refuses to connect. You can skip this
|
||||
* check, but it makes the connection insecure. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue