Solar_Http_Request_Adapter::setSslCapath()

public Solar_Http_Request_Adapter Solar_Http_Request_Adapter::setSslCapath ( string $val )

If $_ssl_cafile is not specified or if the certificate is not found there, this directory path is searched for a suitable certificate.

Parameters

  • (string) $val: The CA path.

Returns

  • (Solar_Http_Request_Adapter) This adapter object.

Description

If $_ssl_cafile is not specified or if the certificate is not found there, this directory path is searched for a suitable certificate.

The path must be a correctly hashed certificate directory.



Local