HERE A VERY IMPORTANT ANSWER:
You just change your API URL String (in your method) from https to http.. This could also be the cause:
client.resource("http://192.168.0.100:8023/jaxrs/tester/tester");
instead of
client.resource("https://192.168.0.100:8023/jaxrs/tester/tester");