unable to connect to my dedicated server

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

  • Quote

    in your source file add |verifypeer=false at the end of the path

    I tried this but it didn't work.

    I installed Let's Encrypt certificates on my server so I can now connect properly.

    Thank you for answering.