Solar_Http_Request_Adapter::setSslCafile()

public Solar_Http_Request_Adapter Solar_Http_Request_Adapter::setSslCafile ( string $val )

Location of Certificate Authority file on local filesystem which should be used with the $_ssl_verify_peer option to authenticate the identity of the remote peer.

Parameters

  • (string) $val: The CA file.

Returns

  • (Solar_Http_Request_Adapter) This adapter object.

Description

Location of Certificate Authority file on local filesystem which should be used with the $_ssl_verify_peer option to authenticate the identity of the remote peer.



Local