فهرست منبع

Bug fix: TLS/SSL client certificate could be configured for S3 protocol even though it is not supported

Source commit: e4c539f9221ecdd23f6df3438fade22ba62dcfe7
Martin Prikryl 5 سال پیش
والد
کامیت
d36018ab37
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      source/forms/SiteAdvanced.cpp

+ 1 - 0
source/forms/SiteAdvanced.cpp

@@ -1043,6 +1043,7 @@ void __fastcall TSiteAdvancedDialog::UpdateControls()
     SslSheet->Enabled = Ssl;
     // TLS/SSL session reuse is not configurable for WebDAV/S3 yet
     SslSessionReuseCheck->Enabled = SslSheet->Enabled && FtpProtocol;
+    TlsAuthenticationGroup->Visible = Ssl && (FtpProtocol || WebDavProtocol);
 
     // encryption sheet
     EncryptionSheet->Enabled = SftpProtocol;