Kasun Chathuranga
Results
1
comments of
Kasun Chathuranga
Hi All, Following code worked for me. You can try. IO.Options opts = new IO.Options(); SSLContext mySSLContext = SSLContext.getInstance("TLS"); TrustManager[] trustAllCerts= new TrustManager[] { new X509TrustManager() { public java.security.cert.X509Certificate[] getAcceptedIssuers()...