Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: LWP Can't POST to HTTPS

by daxim (Curate)
on Sep 12, 2012 at 23:19 UTC ( [id://993324]=note: print w/replies, xml ) Need Help??


in reply to Re^2: LWP Can't POST to HTTPS
in thread LWP Can't POST to HTTPS

You certificates seem to be gone. Are they?

You never said whether adding certificates explicitely worked for you. In any case you can extract the certificates and then blindly accept them.

echo -n|openssl s_client -connect webcourses.ucf.edu:443 -showcerts|perl -Mautodie -0 -ne'%c = m|^\s*\d+ s:.*?/CN=([^\n]+).*?(-----BEGIN CERTIFICATE-----.*?-----END CERTIFICATE-----)|gms; for (keys %c) { open $c, ">", "$_.crt.pem"; print {$c} $c{$_}; close $c }'

Translating this to Windows is left as an exercise for you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://993324]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-24 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found