Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bazed

    (@bazed)

    Yup, that was it.

    If only I had given you more details in my original post, haha.
    My web hosting (Nextcloud and WordPress) is currently running in a test environment under an alternative hostname, since my domain hasn’t been transferred yet. The alternative hostname uses a custom SSL certificate, which was the root cause of all these issues.

    It’s working now for testing and experimentation, and once my domain is transferred, there won’t be any need for custom solutions anymore.

    Thank you so much!

    Thread Starter bazed

    (@bazed)

    There we go:

    [ERROR] Nextcloud backend ping error response

    [ERROR] {

    "errors": {

    "http_request_failed": [

    "cURL error 60: SSL certificate problem: unable to get local issuer certificate"

    ]

    },

    "error_data": {

    "http_request_failed": {

    "request": {

    "url": "https:\/\/xxxBASEURLxxx\/remote.php\/dav\/files\/Bridge",

    "args": {

    "headers": {

    "Authorization": "Basic xxxRANDOM SOMETHINGxxx"

    },

    "method": "GET"

    }

    }

    }

    },

    "\u0000*\u0000additional_data": []

    }
    • This reply was modified 6 months, 1 week ago by bazed.
    Thread Starter bazed

    (@bazed)

    I edited my message so you should be able to see the pictures now, if not those are the URLs:
    https://imgur.com/QIBfR3y
    https://imgur.com/zIrHGDW

    Bridge is entered as client ID with a nextcloud user exisiting under the same name. I used the name field just to label the credentials/backend etc.

    https://i.imgur.com/YGq2116.png

    https://imgur.com/EgQG1hS
    (Yes, theres a directory under the user “Bridge” thats also called “Bridge” where the .csv is stored.

    Thread Starter bazed

    (@bazed)

    Hey. Thanks for your detailed reply.

    First I tried using the template wizard, as the ping didnt work with all the correct credentials entered I tried setting it up manually according to the documentation.
    Trying to ping it there also leads to:

    and the debug log remains empty, so I gotta asume its something on my end/the credentials?

    I think I understood everything correctly but I double checked my input on credentials without success.
    To make it a bit more practicale:
    Auth Client ID: Bridge
    Auth Client Secret: PW of above User
    Base URL: URL thats blurred in the screen below
    Filepath: relative to base URL, leading to .csv

    If Im just “building” the link my self and putting it into a browser im getting the prompt to enter auth details and after entering them I get access to the filepath. Im able to edit/download the .csv this way:


    The Plugin still prompts me with “not reachable”. Im also getting this in my server logs:
    PROPFIND /remote.php/dav/files/Bridge/ HTTP/1.1
    And this in my nextcloud logs:
    no app in context NotFoundException thrown: Sabre\DAV\Exception\NotFound Exception thrown: Sabre\DAV\Exception\NotFound

    • This reply was modified 6 months, 2 weeks ago by bazed.
Viewing 4 replies - 1 through 4 (of 4 total)