You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some servers unfortunately use only insecure TLS ciphers when using FTP over TLS. While the ftp backend allows an option for setting the TLSConfig, it would be easier to have a bool that allows for insecure ciphers to be added to the default (secure) cipher list by joining tls.CipherSuite() and tls.InsecureCipherSuite().
The text was updated successfully, but these errors were encountered:
Some servers unfortunately use only insecure TLS ciphers when using FTP over TLS. While the
ftp
backend allows an option for setting the TLSConfig, it would be easier to have a bool that allows for insecure ciphers to be added to the default (secure) cipher list by joiningtls.CipherSuite()
andtls.InsecureCipherSuite()
.The text was updated successfully, but these errors were encountered: