WebDAV test failed: why won't GarageSale recognize my certificate?

When I try to set up the Image Server as a https/webdav, I get the following message:

WebDAV Test Failed - An error occurred while trying to upload to your WebDAV server: WebDAV: Could not dispatch request: Server certificate verification failed: issuer is not trusted

Yet I have a valid letsencrypt certificate on the server, that is recognized by most servers.

Besides, even if it was a self-signed certificate, there should be an option in GarageSale to accept the certificate and proceed.

How can I get past this problem?

Thanks

1 Like

Hi,

there is a hidden default to trust all SSL certificates. You have to enter the following command in the Terminal app:

defaults write com.iwascoding.garagesale7 trustWebDAVSSLCerificates -bool YES

Thanks,
Paul

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.