Is it possible to use the Administrative API over HTTPS? I've build a
sample client using the examples in the documents going to 8443, but
am getting connection errors. I can't find anything in the
documentation on this, but all their examples are for port 8000. My
organization doesn't allow traffic to the appliances that isn't
secure, so if I'm going to use this API, I need to be able to connect
over HTTPS. Has anybody run into this? Is it even possible to use
HTTPS?
The error I'm getting in my stack trace is:
com.google.gdata.util.AuthenticationException: Error connecting with
login URI
Thanks in advance.