I’m trying to connect to an ownCloud server running in a Docker on unRAID for my backups. Each time I try to connect, I get this error:
Failed to connect: The server certificate had the error RemoteCertificateChainErrors and the hash SOMELONGHASHINHEXADECIMAL If you trust this certificate, use the commandline option --accept-specified-ssl-hash=SOMELONGHASHINHEXADECIMAL to accept the server certificate anyway. You can also attempt to import the server certificate into your operating systems trust pool. You may want to import a set of trusted certificates into the Mono certificate store. Use the command: cert-sync /etc/ssl/certs/ca-certificates.crt #for Debian based systems cert-sync /etc/pki/tls/certs/ca-bundle.crt #for RedHat derivatives Read more: Release Notes Mono 3.12.0 | Mono
(I’ve changed the has to the text: SOMELONGHASHINHEXADECIMAL)
Any idea what I do to fix this?