Sometimes in a development or testing environment, the SSL certificate chain might not have been fully established (yet).
To continue developing and testing, you can turn off SSL verification programmatically by installing an "all-trusting" trust manager:
try {
// Create a trust mana...