The SSL parameters and the calls they are passed to are detailed in the following table. (Please refer to the Secure Sockets Layer (SSL) Parameters page for further details.)
ParameterDescription:DescriptionDefault value:Default valuecipher_list
Description:A string containing the list of ciphers for the SSL engineDefault value:HIGH:!aNULL:!kRSA!PSK:!SRP:!MD5:!RC4
max_cert_list
Description:maximum size allowed for the peer’s certificate chain in bytesDefault value:102400
options
Description:SSL options bitmaskDefault value:MCO_SSL_OP_NO_SSLv2| MCO_SSL_OP_NO_SSLv3| MCO_SSL_OP_SINGLE_DH_USE| MCO_SSL_OP_NO_COMPRESSION (when available)tmp_dh
Description:DH parameters for ephemeral DH key exchangeDefault value:NULL
verify_mode
Description:Peer verification modeDefault value:MCO_SSL_VERIFY_PEER| MCO_SSL_VERIFY_FAIL_IF_ NO_PEER_CERTverify_depth
Description:Maximum depth for the certificate chain verificationDefault value:100
certificate
Description:PEM-encoded certificateDefault value:NULL
private_key
Description:PEM-encoded private keyDefault value:NULL
certificate_file
Description:Path to the PEM-encoded certificate fileDefault value:NULL
private_key_file
Description:Path to the PEM-encoded private key fileDefault value:NULL