
February 19th, 2013, 04:33 AM
|
 |
Daniel Schildsky
|
|
Join Date: Mar 2004
Location: KL, Malaysia.
|
|
|
HTTPS may need special handling
As far as I know, HTTPS communications handling is slightly different from conventional HTTP communications handling. Hence, if your application is to establish connectivity via HTTPS, you would have to somehow handle the handshaking using the correct way for HTTPS.
You may refer to the following article for establishing connectivity via HTTPS: Use HTTPS in your Java client code
__________________
When the programming world turns decent, the real world will turn upside down.
|