[Cyberduck-trac] [Cyberduck] #8199: SSL interoperability with opendrive.com

Cyberduck trac at trac.cyberduck.io
Fri Aug 29 07:10:18 UTC 2014


#8199: SSL interoperability with opendrive.com
-----------------------+--------------------------
 Reporter:  8luky7     |         Owner:  dkocher
     Type:  defect     |        Status:  closed
 Priority:  normal     |     Milestone:
Component:  webdav     |       Version:  4.5.2
 Severity:  normal     |    Resolution:  duplicate
 Keywords:             |  Architecture:
 Platform:  Windows 7  |
-----------------------+--------------------------
Changes (by dkocher):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 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''.

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8199#comment:2>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list