aspose file tools
The moose likes Web Services and the fly likes 2 way SSL.... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "2 way SSL...." Watch "2 way SSL...." New topic
Author

2 way SSL....

Srinivas Kasani
Greenhorn

Joined: Sep 26, 2008
Posts: 22
Hi, I need some insight into setting up 2 way SSL between client and server WebServices.
My requirement is to use WSSUsername token with encryption of the payload request. The response will be just encrypting of response message.
The decryption of received message and encryption of the response is happening on the Application server through the code.
Now we need to communicate these messages on SSL layer using 2 way handshake.
My understanding was we can setup 2 way SSL versign certificate on the WebServer's. Is this correct or wrong ?.
Do I need to do some programming on client or server side for 2 way SSL configuration.
Any insight or useful links will be of great help.

Thanks,
 
 
subject: 2 way SSL....
 
Threads others viewed
How to create web service client to remote SSL service (HTTPS)?
SSL connection - howto disable sending client certificate?
Securing a Web Service
1-way and 2-way SSL w/WLS
128-bit encryption at a minimum
IntelliJ Java IDE