EPUB | CHM | PDF

TMySQLDatabase.Properties.SSLProperties.SSLCipherList

Top Previous Next

The cipher suite list.

Syntax:

property SSLCipherList: String;

Description:

SSLCipherList is a string property that represents the cipher suite list.
The cipher list consists of one or more cipher strings separated by colons. Commas or spaces are also acceptable separators, but colons are normally used.
If it is not set a default cipher will be used.

Example of usage:

MySQLDatabase1.SSLProperties.SSLCipherList := 'DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA';

 
See also: IsSSLUsed, ConnectOptions SSLCert, SSLKey, SSLCACert, SSLLibName, SSLCryptoLibName, TLSVersion properties