input/curl: options "verify_peer" and "verify_host"

This commit is contained in:
Max Kellermann
2014-07-11 16:39:42 +02:00
parent fa947e02ca
commit 681643ea9e
3 changed files with 33 additions and 0 deletions

View File

@@ -1106,6 +1106,30 @@ systemctl start mpd.socket</programlisting>
Configures proxy authentication.
</entry>
</row>
<row>
<entry>
<varname>verify_peer</varname>
<parameter>yes|no</parameter>
</entry>
<entry>
Verify the peer's SSL certificate? <ulink
url="http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html">More
information</ulink>.
</entry>
</row>
<row>
<entry>
<varname>verify_host</varname>
<parameter>yes|no</parameter>
</entry>
<entry>
Verify the certificate's name against host? <ulink
url="http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html">More
information</ulink>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>