• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

2 way SSL....

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
reply
    Bookmark Topic Watch Topic
  • New Topic