Skip to content

Commit 4ac559b

Browse files
authored
Fix reference link in FTPS and Shared SSLSession (#10858)
current it uses a regional suffix `.cz` , which can not be opened in my region, however, `.com` works for me. Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com> **Auto-cherry-pick to 7.0.x, 6.5.x**
1 parent 0c24a46 commit 4ac559b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/antora/modules/ROOT/pages/ftp/advanced-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class AdvancedFtpSessionFactory extends DefaultFtpSessionFactory {
4242

4343
When using FTP over SSL or TLS, some servers require the same `SSLSession` to be used on the control and data connections.
4444
This is to prevent "`stealing`" data connections.
45-
See https://scarybeastsecurity.blogspot.cz/2009/02/vsftpd-210-released.html for more information.
45+
See https://scarybeastsecurity.blogspot.com/2009/02/vsftpd-210-released.html for more information.
4646

4747
Currently, the Apache FTPSClient does not support this feature.
4848
See https://issues.apache.org/jira/browse/NET-408[NET-408].

0 commit comments

Comments
 (0)