mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
docs: mention indirect effects of --insecure
Warn users that disabling certficate verification allows servers to "pollute" curl with data it trusts. Reported-by: Harry Sintonen Closes #10126
This commit is contained in:
parent
07dfbc08bf
commit
ee583c68d4
3 changed files with 21 additions and 0 deletions
|
|
@ -26,3 +26,8 @@ For SFTP and SCP, this option makes curl skip the *known_hosts* verification.
|
|||
".ssh" subdirectory, which contains host names and their public keys.
|
||||
|
||||
**WARNING**: using this option makes the transfer insecure.
|
||||
|
||||
When curl uses secure protocols it trusts responses and allows for example
|
||||
HSTS and Alt-Svc information to be stored and used subsequently. Using
|
||||
--insecure can make curl trust and use such information from malicious
|
||||
servers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue