PHP webDav client gives ClientException: SSL certificate problem: unable to get local issuer certificate
I want to upload files to NextCloud via PHP on Windows 11. I do not know PHP much but I managed to install sabre/dav via composer Then I found on the internet simple code sample to list files. <?php //…