-
-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Labels
webdavWebDAV Protocol ImplementationWebDAV Protocol Implementation
Milestone
Description
34092a6 created the issue
Here's my Apache/2.4.4 (FreeBSD) OpenSSL/1.0.1e configuration:
SSLProtocol -SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
SSLCipherSuite ECDHE-RSA-RC4-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES128-SHA
here's the target WebDAV/S resource:
URL: https://teban.pixi.me
Remote Path: /w/webdav/
Username: webdav
Password: webdav
When I attempt to connect, I get the following error from Cyberduck 4.3.1
I/O Error: Connection failed, Received fatal alert: handshake_failure.
So my questions are as follows:
- is SSLv3 a requirement for Cyberduck to connect with an HTTPS endpoint?
- does it / will it support ECHDE ciphersuites alongside TLSv1-1.2 protocols?
Please advise, thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
webdavWebDAV Protocol ImplementationWebDAV Protocol Implementation