We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eac75d + 405f431 commit 793eaa3Copy full SHA for 793eaa3
1 file changed
testssl.sh
@@ -10297,7 +10297,7 @@ starttls_full_read(){
10297
10298
starttls_ftp_dialog() {
10299
debugme echo "=== starting ftp STARTTLS dialog ==="
10300
- local reAUTHTLS='^ AUTH TLS'
+ local reAUTHTLS='^ AUTH'
10301
starttls_full_read '^220-' '^220 ' && debugme echo "received server greeting" &&
10302
starttls_just_send 'FEAT' && debugme echo "sent FEAT" &&
10303
starttls_full_read '^(211-| )' '^211 ' "${reAUTHTLS}" && debugme echo "received server features and checked STARTTLS availability" &&
0 commit comments