Posts by Tripayou

    Hi,

    I'm trying to add a network location with owncloud installed on a dedicated server via webdav. It works with an other distro (RecalBox) with Krypton.

    I found in kodi.log :

    Code
    ERROR: CCurlFile::FillBuffer - Failed: SSL peer certificate or SSH remote key was not OK(60)
    ERROR: CCurlFile::Open failed with code 0 for https://my.domain:443/path/to/the/files:
    ERROR: GetDirectory - Unable to get dav directory (davs://USERNAME:[email protected]:443/path/to/the/files)
    ERROR: GetDirectory - Error getting davs://USERNAME:[email protected]:443/path/to/the/files

    I think it's because my certificate is self-signed.

    How can I add an exception for my certificate or disable certificate verification?

    Thanks.