https://bugs.freedesktop.org/show_bug.cgi?id=61234

          Priority: medium
            Bug ID: 61234
          Assignee: [email protected]
           Summary: Cannot open any document over a https webdav url
          Severity: normal
    Classification: Unclassified
                OS: Mac OS X (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.0.0.3 release
         Component: Libreoffice
           Product: LibreOffice

Created attachment 75255
  --> https://bugs.freedesktop.org/attachment.cgi?id=75255&action=edit
screenshot of popup message

At my workplace we use LibreOffice on Linux, Mac and Windows. All our Macs runs
10.8.2.

We have a webdav server, storing lots of docs.
There's an apache2.2 reverse proxy in front of this webdav server.

Whenever any Mac client tries to open a document over webdav, this message
appears:
Error reading data from the Internet.
Server error message: SSL handshake failed: SSL error: unknown message digest
algorithm.

This works on Linux and Windows well. Company has a valid, wild-card
certificate.

I have read a little tcpdump output, and i can clearly see that LibreOffice
sends a cipher list which contains TLS_DHE_DSS_WITH_AES_256_CBC_SHA (0x000038).
My apache2.2 server tries to handshake using this cipher suite. In the next
packet LibreOffice closes connection with TLSv1 Alert: Decrypt Error.

My SSLCipherSuite setting in apache2 is:
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

I can reproduce this issue with all the available LibreOffice versions from
3.3.

We can mount these webdav folders, using Finder -> Go -> Connect to server.
This may be an openssl issue on Mac 10.8.2, but this issue only affects
LibreOffice.

I'm using this command:
open -a LibreOffice.app --args
https://vibe.company.dom/ssfs/files/internal/XXXX/YYYY/attach/simpleFileRepository/mydocument.odt

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to