[Mono-dev] Use TLS1.2 on CentOS? Mono4.8+ (Mono-devel-list Digest, Vol 146, Issue 17)
Jo Shields
directhex at apebox.org
Tue Jun 13 12:43:31 UTC 2017
On 12/06/17 21:19, trollanderson wrote:
> Hi,
>
> I'm trying to use Mono to consume a webservice, however I'm getting error
> messages like "No such TLS Provider" and "TLS Support not available" ...
> I have already tested with version 4.8 and 5.0 of mono, but I can not enable
> TLS1.2 usage in CentOS 6.8 / 6.9
>
> I also did the following test: MONO_TLS_PROVIDER = btls csharp -e 'new
> System.Net.WebClient () .DownloadString ("https://www.howsmyssl.com/")' |
> Grep "TLS 1.2"
>
> Same mistake...
We don't have any packages for Mono 4.8 which are compatible with CentOS
6, so you'll have to ask whomever supplied those packages about the
specifics of the build.
mono-project.com 5.0+ packages are built without BTLS enabled on CentOS
6, as it lacks a compiler which can compile the BTLS library.
More information about the Mono-devel-list
mailing list