281 Posts

September 13th, 2012 12:00

Yes, when initializing the EsuRestApi, simply specify port 8443 and then set the protocol to https.

        EsuApi atmos = new EsuRestApi("host", 8443, uid, secret);

        ((EsuRestApi)atmos).setProtocol("https");

7 Posts

September 13th, 2012 12:00

Thank you, that worked.

No Events found!

Top