Skip to content

Commit

Permalink
Bug fix: TLS/SSL client certificate could be configured for S3 protoc…
Browse files Browse the repository at this point in the history
…ol even though it is not supported

Source commit: e4c539f9221ecdd23f6df3438fade22ba62dcfe7
  • Loading branch information
martinprikryl committed Feb 27, 2020
1 parent fcb256f commit d36018a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/forms/SiteAdvanced.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit d36018a

Please sign in to comment.