Win How to use davs://hostname:port to add video source in the Synology NAS
#1
Hi Sirs,

I have a problem when I try to add a new video source with Synology NAS.
I used WebDAV(HTTPS) and hostname to add new source.(davs://testxbmc.synology.me:5006/movie)
I got a message box with "Unable to connect".

I tried different setting, and they can work.
dav://ext-IP:5005/movie
davs://ext-IP:5006/movie
dav://hostname:5005/movie

But I would like to use HTTPS + Hostname.

From the xbmc.log
I found the following message
DEBUG: ------ Window Deinit (DialogNetworkSetup.xml) ------
DEBUG: CurlFile::Open(0039A4D0) https://testxbmc.synology.me:5006/movie
INFO: XCURL:Big GrinllLibCurlGlobal::easy_aquire - Created session to https://testxbmc.synology.me
WARNING: XFILE::CCurlFile::CReadState::FillBuffer: curl failed with code 35
ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
ERROR: XFILE::CDAVDirectory::GetDirectory - Unable to get dav directory (davs://user1:[email protected]:5006/movie)
ERROR: XFILE::CDirectory::GetDirectory - Error getting davs://user1:[email protected]:5006/movie


CURLE_SSL_CONNECT_ERROR (35)
A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others.

To trace the error from xbmc source code
It is in the xbmc\filesystem\CurlFile.cpp: line 1289
But I don't know what I can do.

How can I get more detail message to know why the curl failed?
Is there any setting I can modify(in XBMC or Apache) to solve this problem?

Environment:
Win7
XBMC version: 12.3
Synology DSM 5.0

Thanks~
Reply

Logout Mark Read Team Forum Stats Members Help
How to use davs://hostname:port to add video source in the Synology NAS0