mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request 'Fix SSL timeout issue in Rest client' (#120) from pasindu/device-mgt-core:fixSSLTimeOut into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/120
This commit is contained in:
commit
ba0e2001bd
@ -73,7 +73,7 @@ public class HttpsTrustManagerUtils {
|
|||||||
private static final String SSLV3 = "SSLv3";
|
private static final String SSLV3 = "SSLv3";
|
||||||
private static final String DEFAULT_HOST = "localhost";
|
private static final String DEFAULT_HOST = "localhost";
|
||||||
private static final String DEFAULT_HOST_IP = "127.0.0.1";
|
private static final String DEFAULT_HOST_IP = "127.0.0.1";
|
||||||
private static final int TIMEOUT = 100;
|
private static final int TIMEOUT = 1000;
|
||||||
|
|
||||||
public static OkHttpClient getSSLClient() {
|
public static OkHttpClient getSSLClient() {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user