Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED docker docker

Mono.Btls.MonoBtlsException: Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED


You can try to change the mono TLS provider.

The default TLS provider in newer mono versions is BTLS. But you can change it to the legacy TLS provider:

Try adding MONO_TLS_PROVIDER=legacy to your environment variables, when you are having trouble with BTLS.


http://www.mono-project.com/docs/about-mono/releases/3.12.0/#cert-sync

Mono doesn't create certificates for you. How do they know what you want to trust? Or do you blindly trust everything ?

cert-sync --user may also be useful