RE: Mutual SSL Authentication Using HTTP Client

2003-03-27 Thread Kalnichevski, Oleg
Sent: Thursday, March 27, 2003 12:07 To: [EMAIL PROTECTED] Subject: Mutual SSL Authentication Using HTTP Client Does anyone have a simple example of configuring the HTTP Client to connect to a secure server that demands client authentication. i.e. an example where the client has to retrieve the appropr

Mutual SSL Authentication Using HTTP Client

2003-03-27 Thread Max Johnson
Does anyone have a simple example of configuring the HTTP Client to connect to a secure server that demands client authentication. i.e. an example where the client has to retrieve the appropriate digital certificate and private key from its keystore and then initialise the HTTP Client accordingly.