I have a question about certificates. I have some basic code that logs into a website and should retrieve some basic pages.
I know that the server is expecting a certificate to be sent back.... where do I get the certificate from? I know there are ways you can create fake ones etc... but how do I get a real one that will really work logging into the site...
Also it seems that all the examples I see only send the certificate once. When and how do I really have to send this certificate? On every page request? Is there a module or routines that do the same for certificates that
$ua->cookie_jar(HTTP::Cookies->new()); does for cookies... automatically does the communications for every get etc...?