Re: [Ikvm-developers] Need help for enabling TLS2 using IKVM
Brought to you by:
jfrijters
|
From: Hannes De C. (KSZ-BCSS/eHEALTH) <Han...@eh...> - 2018-09-28 13:47:59
|
Hi,
Could you try to add the following line in your .NET code before calling the webservice?
java.lang.System.setProperty ("https.protocols", "TLSv1.1, TLSv1.2");
I think that this should do the trick.
Kind Regards,
Hannes
|