| verify_peer |
TRUE or FALSE.
Require verification of SSL certificate used.
|
FALSE |
| allow_self_signed |
TRUE or FALSE.
Allow self-signed certificates.
|
FALSE |
| cafile |
Location of Certificate Authority file on local filesystem
which should be used with the verify_peer
context option to authenticate the identity of the remote peer.
|
|
| capath |
If cafile is not specified or if the certificate
is not found there, the directory pointed to by capath
is searched for a suitable certificate. capath
must be a correctly hashed certificate directory.
|
|
| local_cert |
Path to local certificate file on filesystem. It must be a PEM
encoded file which contains your certificate and private key.
It can optionally contain the certificate chain of issuers.
|
|
| passphrase |
Passphrase with which your local_cert file
was encoded.
|
|
| CN_match |
Common Name we are expecting. PHP will perform limited wildcard
matching. If the Common Name does not match this, the connection
attempt will fail.
|
|