When accessing the Nest API from my java app to return the devices, I'm getting the following error:
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
The same URL (of the form)
https://developer-api.nest.com/devices?auth=<access_token_ommited_here>
Works fine from my browser. I suspect I'm missing a cert. Does anyone know how to resolve this issue?