PostgresDAC

TPSQLDatabase.Properties.UseSSL

Previous Next
This property is deprecated in favor of the SSLMode property.

Specifies whether or not to use SSL connection.

Syntax:

property UseSSL: Boolean;

Description:

Setting UseSSL in True will set SSLMode to sslPrefer, while setting to False will cause SSLMode be set to sslDisable.

See also:SSLMode