Ubuntu 19.04 comes with openssl1.1, which is not compatible with openssl1.0.
Download and building openssl1.0 manually in /usr/local/ssl (the default ssl location for manual builds) does not resolve this issue. Somehow ILSpy does no pick up this library. Or the problem is elsewhere.
Ubuntu 19.04 comes with openssl1.1, which is not compatible with openssl1.0.
Download and building openssl1.0 manually in /usr/local/ssl (the default ssl location for manual builds) does not resolve this issue. Somehow ILSpy does no pick up this library. Or the problem is elsewhere.
Also reported in the library used: https://github.com/dotnet/corefx/issues/31709
I assume this is the issue here.