is there a way to send https with certificates using a high level function like Net::SSLeay::get_https ?
I'm developing a program that needs to make https requests to an ssl server, using certificate authentication.
I REALLY don't want to rewrite the LWP or SSLeay modules.
I'm pretty sure it has been done before.
can you help me ?