@rajanprabu After changing password it worked
G
G25453
@G25453
0
Reputation
3
Posts
1
Profile views
0
Followers
0
Following
Best posts made by G25453
This user hasn't posted anything yet.
Latest posts made by G25453
-
RE: Not able to receive websocket data since 1 week
-
RE: smartConnect error
@kkt237 Hardcoding the public ip works.
String clientPublicIP = "10.21.13.45";
A temporary workaround for the moment -
RE: smartConnect error
Same error
sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
Parameter specified as non-null is null: method okhttp3.OkHttpClient.newCall, parameter request
params.put("clientcode", clientCode);
params.put("password", password);As of now, clientcode and password are sent in request.
What other parameter is required ?