I created a custom service and hosted it on Cloud Google Kubernetes.
On this service I send a Post method to Login using Basic Auth, and then get an Issue.
It gets the user data and when it tries to get the Issue appear this:
2018-08-23 15:45:24.555 INFO 1 --- [nio-8080-exec-7] o.a.c.h.HttpMethodDirector : I/O exception (java.net.ConnectException) caught when processing request: Operation timed out (Connection timed out)
2018-08-23 15:45:24.555 INFO 1 --- [nio-8080-exec-7] o.a.c.h.HttpMethodDirector : Retrying request
jrjc getIssue() Exception: Localized Message: com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Operation timed out (Connection timed out);
When I deploy the service on local host and send the http request it works perfectly.