Browse Community
Help
Log In
Responses(2)
Solutions(1)
JasonCwik
281 Posts
0
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");
EsuApi atmos = new EsuRestApi("host", 8443, uid, secret);
((EsuRestApi)atmos).setProtocol("https");
JeffAyers
7 Posts
Thank you, that worked.
Dell Support Resources
View All
Top
JasonCwik
281 Posts
0
September 13th, 2012 12:00
Yes, when initializing the EsuRestApi, simply specify port 8443 and then set the protocol to https.
JeffAyers
7 Posts
0
September 13th, 2012 12:00
Thank you, that worked.