Dear all,
 
I'd like to know how secure it is ssl in HttpClient.
I set up the host configuration using
 
HttpClient client = new HttpClient();
client.setStrictMode(true);
client.getHostConfiguration().setHost(LOGON_SITE, LOGON_PORT, "https");
 
while LOGON_SITE and LOGON_PORT is the address of https site.
I am able to do either GetMethod or PostMethod.
 
Is my set up enough for HttpClient such that my program communicate using secure 
connection ?
Does HttpClient reliable on ssl ?
 
Thank a lot.
 
quent
 


---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Reply via email to