The connector can retrieve pages from web sites accessed over HTTPS. You can include the following configuration parameters in your fetch task to customize SSL/TLS settings:
SSLMethod
. If you do not specify an SSL method, the connector uses the most secure SSL method that is supported by the server.SSLCACertificate
or SSLCACertificatesPath
, and then set SSLCheckCertificate=TRUE
. By default the connector does not check certificates.SSLCheckCommonName=TRUE
. The connector checks whether the host name listed in the site's certificate (that is, the CommonName or "CN" attribute) resolves to the same IP address as the site URL itself.SSLCertificate
. Specify the private key for the certificate with SSLPrivateKey
. If a password is required for the private key file, set SSLPrivateKeyPassword
.
|