in reply to Https & Certificates

You guys are fast ;)
let me clarify my question. I'm using an apache server with -
SSLVerifyClient require
SSLVerifyDepth 2
this option requires the client to send a certificate on any ssl connection. my only problem is that I can't find any way to set the certificate path to be sent to the server without getting into all the socket/ssl details. I've tried using Net::SSLeay::get_https & LWP but either one gives the gui to set up the certificate path.