mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:07:28 +03:00
fixed a typo.
This commit is contained in:
parent
f01d324c83
commit
339ebdf08b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ isn't included in the bundle or if the remote host is an impostor
|
|||
impersonating your favorite site, and you want to transfer files from this
|
||||
server, do one of the following:
|
||||
|
||||
1. Tell libcurl to *not* verify the peer. With libcurl you disable with with
|
||||
1. Tell libcurl to *not* verify the peer. With libcurl you disable this with
|
||||
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
|
||||
With the curl command line tool, you disable this with -k/--insecure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue