This option determines whether or with what priority an SSL connection will be negotiated with the server.
TSSLMode = (smDisable, smRequire, smPrefer, smAllow, smVerifyCA, smVerifyFull);
Value | Meaning |
---|---|
smAllow |
|
smDisable |
|
smPrefer |
|
smRequire |
|
smVerifyCA |
|
smVerifyFull |
|
The default value is smDisable.
If PostgreSQL is compiled without SSL support, using option smRequire will cause an error, while options smAllow and smPrefer will be accepted, but PgDAC will not in fact attempt an SSL connection.
The smVerifyFull option is supported only when using SecureBridge. OpenSSL doesn't recognize the option.