Not able to connect to thingworx via Java sdk extension
i have one java program and i am trying to connect to thingworx through java sdk extension.
i have used below code:
ClientConfigurator config = new ClientConfigurator ();
config.seturi();
config.setappKey();
config.ignoresslerrors(true);
But not able to connect to thingworx. its giving Timeout exception

