funwithdolphin
November 6th, 2006, 03:58 AM
I am trying to implement client authentication for SSL.
There is a service(JService) to which a client (JClient) can connect through SSL. So identities are used while connecting the JClient to JServer.
Now I want to connect JServer to another different Service(JOtherService).
So I want to implement client authentication for JServer to connect to JOtherService through SSL.
So if I want to implement client authentication for JService, then can we use the same identities that we used (to connect JClient to JService) for connecting JService to JOtherService. I mean can we use same identities for client and server?
Can anyone help me in this regard??
There is a service(JService) to which a client (JClient) can connect through SSL. So identities are used while connecting the JClient to JServer.
Now I want to connect JServer to another different Service(JOtherService).
So I want to implement client authentication for JServer to connect to JOtherService through SSL.
So if I want to implement client authentication for JService, then can we use the same identities that we used (to connect JClient to JService) for connecting JService to JOtherService. I mean can we use same identities for client and server?
Can anyone help me in this regard??