HTTPS Handshake Failure during API enrichment

This ended up to be an issue with Java 8, related to this issue:

I’d switched to Java 8 because Java 7 is no longer easily available, and apparently there’s a bug in Java 8 with SNI where it doesn’t work unless the HTTPS object is initialized correctly:

I’ve changed to using openjdk-7 instead of the no longer available oracle 7, and so far everything seems to be working OK.