Recently we have encountered a similar issue but not related to SSLHandshakeException.
The error thrown in log is :
org.scribe.exceptions.OAuthConnectionException: There was a problem while creating a connection to the remote service.
Unfortunately we don’t have the full stack trace from log files.
We are using scribe 1.3.3 library in java and connecting twitter api using Java Timer Task to pull data for multiple twitter accounts.
Is this related to the number of concurrent connection? Is there any limitation at twitter end to connect concurrently for a given oauth token?