Hi Gurus,
I have a requirement at my company to connect to an external web service using xml over http, with Two Way SSL authentication and encryption.
I know how to use LWP to create POSTs to HTTPS web services, but the Two Way SSL part, I dont even know where to begin.
I have my private and public certificate, and I am wondering which perl module should I use and how to accomplish this connection?
Thank you
I have a requirement at my company to connect to an external web service using xml over http, with Two Way SSL authentication and encryption.
I know how to use LWP to create POSTs to HTTPS web services, but the Two Way SSL part, I dont even know where to begin.
I have my private and public certificate, and I am wondering which perl module should I use and how to accomplish this connection?
Thank you