Skip to content

Commit 793eaa3

Browse files
authored
Merge pull request #2165 from drwetter/ftp_starttls_auth_only_3.0
Relax STARTTLS FTP requirement (3.0)
2 parents 2eac75d + 405f431 commit 793eaa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10297,7 +10297,7 @@ starttls_full_read(){
1029710297

1029810298
starttls_ftp_dialog() {
1029910299
debugme echo "=== starting ftp STARTTLS dialog ==="
10300-
local reAUTHTLS='^ AUTH TLS'
10300+
local reAUTHTLS='^ AUTH'
1030110301
starttls_full_read '^220-' '^220 ' && debugme echo "received server greeting" &&
1030210302
starttls_just_send 'FEAT' && debugme echo "sent FEAT" &&
1030310303
starttls_full_read '^(211-| )' '^211 ' "${reAUTHTLS}" && debugme echo "received server features and checked STARTTLS availability" &&

0 commit comments

Comments
 (0)