mirror of
https://github.com/curl/curl.git
synced 2026-08-05 05:36:18 +03:00
docs: Explain DOH transfers inherit some SSL settings
- Document in DOH that some SSL settings are inherited but DOH hostname and peer verification are not and are controlled separately. - Document that CURLOPT_SSL_CTX_FUNCTION is inherited by DOH handles but we're considering changing behavior to no longer inherit it. Request feedback. Closes https://github.com/curl/curl/pull/6688
This commit is contained in:
parent
6d176bee59
commit
8a4ef73c8f
4 changed files with 24 additions and 1 deletions
|
|
@ -8,4 +8,9 @@ Category: dns
|
|||
Specifies which DNS-over-HTTPS (DOH) server to use to resolve hostnames,
|
||||
instead of using the default name resolver mechanism. The URL must be HTTPS.
|
||||
|
||||
Some SSL options that you set for your transfer will apply to DOH since the
|
||||
name lookups take place over SSL. However, the certificate verification
|
||||
settings are not inherited and can be controlled separately via
|
||||
--doh-insecure and --doh-cert-status.
|
||||
|
||||
If this option is used several times, the last one will be used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue