It can be a frequent problem among .NET devs that mono trusts no
certificates by default. The usual procedure is to have users manually
run `mozroots --import --sync` to trust the same certs Mozilla trusts,
but that makes it so that there will always be a manual step after
installing your software, even through a package manager.
Can the mono package be altered to import all of the systemwide
certificates (/etc/ssl/certs) into mono's trust store? This should make
the problem much less frustrating.
--
Drew DeVault