mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #2164 from drwetter/ftp_starttls_auth_only
Relax STARTTLS FTP requirement
This commit is contained in:
		| @@ -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" && | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter