mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Allow using SSL for SSH tunneled connections. See https://www.heidisql.com/forum.php?t=27120
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user