Allow using SSL for SSH tunneled connections. See https://www.heidisql.com/forum.php?t=27120

This commit is contained in:
Ansgar Becker
2019-05-14 06:55:10 +02:00
parent 6ef0c61aab
commit 4bf32b3cb7

View File

@ -1188,7 +1188,7 @@ begin
lblDatabase.Caption := _('Database')+':'
else
lblDatabase.Caption := _('Databases')+':';
chkWantSSL.Enabled := Params.NetType = ntMySQL_TCPIP;
chkWantSSL.Enabled := Params.NetType in [ntMySQL_TCPIP, ntMySQL_SSHtunnel];
lblSSLPrivateKey.Enabled := Params.WantSSL;
editSSLPrivateKey.Enabled := Params.WantSSL;
lblSSLCACertificate.Enabled := Params.WantSSL;