-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: CERTIFICATE_VERIFY_FAILED #56
Comments
I'm using Gentoo Linux, and I've tried mono 4.4.1.0 and 4.8.0.459 (same error on both). I'm using minimal mono build (disables, for example, plugins, fonts, most drivers, non-critical features) and no extras (like Visual Basic .NET Runtime and Class Libraries), but at a glance it doesn't looks like an issue with absent mono features, but instead it's something with https/openssl/root certificates. Which https hosts you're connecting to? I can try to manually connect these hosts using wget/curl to check how openssl works without involving mono in this debugging process. |
I'm quite a noob in Linux, but, as far as I know, on some distributives you must import certificates to mono storage, something like this Check |
Yeah, this helps, thanks!
|
The text was updated successfully, but these errors were encountered: