Skip to content
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

SSL interoperability with opendrive.com #8199

Closed
cyberduck opened this issue Aug 28, 2014 · 4 comments
Closed

SSL interoperability with opendrive.com #8199

cyberduck opened this issue Aug 28, 2014 · 4 comments
Assignees
Labels
bug duplicate webdav WebDAV Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

206e4e5 created the issue

I have opendrive.com storage.

I wanted to create a WebDAV connection using SSL (https://webdav.opendrive.com), but the program prints an error :

unrecornized_name

without SSL secure connection going through your program right.

I tried SSL through other programs and there it's okay even with SSL.

Thank you for your advice

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #7908. You can verify the wrong server setup with running openssl with server name indication (SNI) enabled.

openssl s_client -servername webdav.opendrive.com -tlsextdebug -msg -connect webdav.opendrive.com:443

This will print

<<< TLS 1.0 Alert [length 0002], warning unrecognized_name

during the handshake.

Please report this issue to the owner of opendrive.com.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

See also the report from ssllabs.com that indicates the same

No support for virtual SSL hosting (SNI). Connects to the default site if the server uses SNI.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added test in 05c5f82.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed by the provider. Removed test in 233f791.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants