-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS 1.1-1.2 support (better, secure protocols) #7637
Comments
|
Please test with the latest snapshot build available. |
Thank you for implementing this enhancement, I didn't expect it this quick. I can confirm that Cyberduck 4.4.x build 14107 supports TLSv1.2, TLSv1.1 and TLSv1.0 on Apache 2.4.6/mod_ssl OpenSSL/1.0.1e |
Replying to [comment:8 wwwpixime]:
Thanks for your testing and interoperability matrix! |
TLSv1.2 is currently known not work (handshake failure) in the Windows version. |
Replying to [comment:11 dkocher]:
Caused by missing ECDHE ciphers. |
hi David,
This feature request may not be on demand, but I'll just propose this hoping it will be reconsidered in the future versions.
I've setup 5 public WebDAV targets for developer testing (Login: webdav/webdav)
https://dav.pixi.me/ (no SSLv3, supports TLSv1-1.2 - Apache/mod_dav framework)
https://tlsv11.pixi.me/ (no SSLv3, supports TLSv1.1 only -Apache/mod_dav framework)
https://tlsv12.pixi.me/ (no SSLv3, supports TLSv1.2 only - Apache/mod_dav framework)
http://dav.negimaki.com/ (no SSL/TLS required - Apache/mod_dav framework)
https://g2.pixi.me/w/webdav/ (no SSLv3, supports TLSv1-1.2 - Gallery 2 WebDAV module framework) - ** uploads will render 0 bytes because Cyberduck only supports certain types of WebDAV frameworks, mainly Apache/mod_dav **
ciphers we use (in Server preferred order):
Per target, my testing involves these actions:
I'll update the entry for Cyberduck (both platforms) in https://pixi.me/webdav.php#matrix whenever these enhancement request will get implemented in the future.
Thanks again!
Best regards,
Steve Caturan
The text was updated successfully, but these errors were encountered: