Lee Boon Kong

Results 1 comments of Lee Boon Kong

Dear all, It seems like the problem would probably be the configuration of okHttp. ``` OkHttpClient okHttpClient = new OkHttpClient.Builder() .hostnameVerifier(hostnameVerifier) .sslSocketFactory((SSLSocketFactory) SSLSocketFactory.getDefault(), trustManager) .connectTimeout(20, TimeUnit.SECONDS) .writeTimeout(1, TimeUnit.MINUTES) .readTimeout(1, TimeUnit.MINUTES)...