]> granicus.if.org Git - curl/commit
mk-ca-bundle.pl: use LWP::UserAgent with proper https verify behavior.
authorJohn Joseph Bachir <j@jjb.cc>
Thu, 8 Mar 2012 23:11:41 +0000 (18:11 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 10 Mar 2012 14:51:24 +0000 (15:51 +0100)
commit9f0e1689f169b83b8fbdae23e0024cc57dcbc770
treef82d50401284fac9b79a56c27158535240f5c588
parentf7e2ab629e51e2c48d8ab48cf4cf116552cafc49
mk-ca-bundle.pl: use LWP::UserAgent with proper https verify behavior.

An alternative would be:

1. specify HTTPS_CA_DIR and/or HTTPS_CA_FILE
2. ensure that Net::SSL is being used, and IO::Socket::SSL is NOT being
   used

This question and answer explain:
http://stackoverflow.com/questions/74358/
lib/mk-ca-bundle.pl