Hi, I'm using LWP to post data to a server. Initially i was doing it with help of HTTP. Now for security reasons, we need to implement HTTPS using SSL. I have got a signed certificate from the certificate server. Question is: How do I do HTTPS Post using this signed certificate? How do I attach the certificate? I'm using OpenSSL to create a certificate. Regards, Vinod
