1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-17 13:46:04 +02:00

Merge pull request from drwetter/ftp_starttls_auth_only

Relax STARTTLS FTP requirement
This commit is contained in:
Dirk Wetter 2022-04-27 14:49:02 +02:00 committed by GitHub
commit 0329eba688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11044,7 +11044,7 @@ starttls_full_read(){
starttls_ftp_dialog() {
local -i ret=0
local reSTARTTLS='^ AUTH TLS'
local reSTARTTLS='^ AUTH'
debugme echo "=== starting ftp STARTTLS dialog ==="
starttls_full_read '^220-' '^220 ' '' "received server greeting" &&