Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Overview

Identified by provider="CURL", this is a <TransportOption> specifying a low-level feature of the libcurl library.

Reference

Attributes

Names

Type

Req?

Description

optionintegerYA CURL option number, which can be determined by examining the curl.h header file and the set options page.

Element Content

The content of the element is an option-specific string that depends on the option being set.

Examples

<TransportOption provider="CURL" option="113">1</TransportOption>
<TransportOption provider="CURL" option="13">120</TransportOption>
<TransportOption provider="CURL" 10004">proxy.example.org:8080</TransportOption>
Verify SSL certificate SSL_VERIFYPEER, SSL_VERIFYHOST, CAINFO
<!-- Known to work with curl 7.26 and GnuTLS 2.12.20 (Debian 7.0) -->
<TransportOption provider="CURL" option="64">1</TransportOption> <!--SSL_VERIFYPEER -->
<TransportOption provider="CURL" option="81">2</TransportOption> <!-- SSL_VERIFY_HOST -->
<TransportOption provider="CURL" option="10065">/etc/ssl/certs/ca-certificates.crt</TransportOption> <!-- CAINFO -->
  • No labels