-
-
Notifications
You must be signed in to change notification settings - Fork 299
Support ECHDE cipher suites #7344
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
Comments
The negotiation works here with the latest snapshot build as these builds have an updated SSL stack.
|
hi David, Thank you for adding support for ECHDE ciphers with the latest build. I was able to test it with Cyberduck-11917.tar - the only issue I have now is why my uploads still end up as 0-bytes even when the Cyberduck GUI verified with an "upload complete" notice? on the backup, Apache logs the PUT request as 200 (success) with 663 bytes out, 390 bytes in but the actual filesize is 139KB
All other WebDAV/S clients I've tested except Cyberduck works, even curl works with
I will pay for a license from the Mac App Store if I can get this working somehow. |
Replying to [comment:3 wwwpixime]:
This is an entirely different issue caused by a regression in current unstable snapshot builds. Can you replicate this with build 3aff618 or later? Then please find any related output in the |
just confirming ECDHE support is working for Mac OS X (latest built) - but the Windows build only supports RC4-SHA (latest build) |
Here's my Apache/2.4.4 (FreeBSD) OpenSSL/1.0.1e configuration:
here's the target WebDAV/S resource:
When I attempt to connect, I get the following error from Cyberduck 4.3.1
So my questions are as follows:
Please advise, thank you!
The text was updated successfully, but these errors were encountered: