thetahhf

Results 1 issues of thetahhf

In ApiClient.java Following codes are being executed every time the API Client is created. `System.setProperty("https.protocols", "TLSv1.2");` and `HttpsURLConnection.setDefaultSSLSocketFactory(ctx.getSocketFactory());` This is not the right approach for the reasons 1. A client...