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_listDescription:A string containing the list of ciphers for the SSL engineDefault value:HIGH:!aNULL:!kRSA!PSK:!SRP:!MD5:!RC4max_cert_listDescription:maximum size allowed for the peer’s certificate chain in bytesDefault value:102400optionsDescription: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_dhDescription:DH parameters for ephemeral DH key exchangeDefault value:NULLverify_modeDescription:Peer verification modeDefault value:MCO_SSL_VERIFY_PEER| MCO_SSL_VERIFY_FAIL_IF_ NO_PEER_CERTverify_depthDescription:Maximum depth for the certificate chain verificationDefault value:100certificateDescription:PEM-encoded certificateDefault value:NULLprivate_keyDescription:PEM-encoded private keyDefault value:NULLcertificate_fileDescription:Path to the PEM-encoded certificate fileDefault value:NULLprivate_key_fileDescription:Path to the PEM-encoded private key fileDefault value:NULL