mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
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/
This commit is contained in:
parent
f7e2ab629e
commit
9f0e1689f1
@ -32,7 +32,7 @@
|
||||
#
|
||||
use Getopt::Std;
|
||||
use MIME::Base64;
|
||||
use LWP::UserAgent;
|
||||
use LWP::UserAgent 6;
|
||||
use strict;
|
||||
use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user