Seite 2 von 2

Re: VPS

Verfasst: So 17. Mär 2019, 15:41
von Robin
To summarize our chat session: W31 seems to be the first world that actually enforces HTTPS connections.
In order to get the bot working again, you have to use the following commands (on ArchLinux!):

Code: Alles auswählen

sudo pacman -Syu --ignore ca-certificates-utils
sudo pacman -S --force ca-certificates-utils
sudo cert-sync /etc/ssl/certs/ca-certificates.crt
sudo mozroots --import --ask-remove
This should get every certificate mono needs in order to get to work. Note that this only applies to Mono 4.8 and higher, older versions don't have the cert-sync tool and only use mozroots, the last command mentioned above.

Regards,
Robin