Any SSL connection issue can result in this error.
One of my solution is upgrade java from 6 to 8.
Our problem is the server we meant to communicate is stop supporting TLS 1.0. And java 6 does not support upper version of TLS 1.0. After update Java (even without upgrade dropwizard) it works.