Re: Use TLS1.2 on CentOS? Mono4.8+
Brandon Perry <[email protected]> Mon, 12 Jun 2017 15:38:13 -0500
| Newsgroups | gmane.comp.gnome.mono.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Jun 12, 2017, at 3:19 PM, trollanderson <[email protected]> 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… In order to make this work on CentOS, I instead opted to use a squid proxy with ssl-bump to terminate SSL on the server, and to negotiate a TLS 1.2 connection to the external server. It’s a crappy solution, but it will work regardless of Mono’s support for TLS 1.2, and when SSL is fixed and deployable, it’s easy to remove. Using it on a localhost introduces little if any latency. > > > > -- > View this message in context: http://mono.1490590.n4.nabble.com/Use-TLS1-2-on-CentOS-Mono4-8-tp4670899.html > Sent from the Mono - Dev mailing list archive at Nabble.com. > _______________________________________________ > Mono-devel-list mailing list > [email protected] > http://lists.dot.net/mailman/listinfo/mono-devel-list _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
signature.asc
(application/pgp-signature, 801 B)
-----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJZPvu5AAoJEKJq8VjVbt2pXGYP/1lqterEgR8y36txDs+bmjOk ZqUA6qfXADnmGbdF49UoV8QZigwxZZHLKoF0ad0IAYXXbzAhxX2vafehcOKWs6a4 y+jZ+ipMYW9HRG/Kk5IBW8ccf+l+6gSRpPYQla27RdKi4dWJTWHeUokOcThcQkUk w2PGvjgfsqtVXLpVggx7nbiV8eA4I5Vx6DzQwMuqOz0RiIzqdvU68fPgnwdaFn5d kRlbCt5yI8L0LkMdhIVA9X2mXVrc9y2a94/iGVbaLBO2Iu9V+GWg7sJl0IIhb4yL MVxTU71HA2Ms/TqDK+rbw9P0bS1SAPZHKUxtfnt2uMwIQshi1Ueb1Mq9PIu/rBYX f1LDHYdCf+Sg/nH1BgRQWVkBksTjOsO/I+OXfWEwTD7QdTn7V5th/eqhzrKIAk2p RKUaBdb+YKiYFHtHDLfZsPVDqvIynsjluPjo09SpKizQ0RJWE/zvuOA5m24IKYY0 6cq4K6m4l2pQfn8j9DOpSnR9Kd2dgS9ha9rxL2lYELbXnkcGiA2KJTG+TNU9Zuq3 VlLT/o7klC30gVvkfx5nu2KDtZg/U2epEwWlGgkOMLw3Wil7w/Qd2WpEbZ0zp1XC 0Bc9esTqJLr38EmZHk+3LUT+CR56TDoRrK6bAMsM5PrjLAG0+hZeYWxgJZ2eRl49 OuPWfUOGTQFcR6WVj6pR =bGS5 -----END PGP SIGNATURE-----