Skip to content

Commit

Permalink
Fix dbpedia cert problems
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 6, 2024
1 parent 9896020 commit 2a66e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ BEGIN {
'Lingua::EN::Inflect', 'DateTime::Format::Natural',
'Locale::AU', 'Locale::CA', 'Locale::US',
'Data::Text', 'DateTime::Format::Genealogy', 'Parse::RecDescent',
'Mozilla::CA',
'Sort::Key::DateTime', 'Text::Names::GB',
'Class::Simple::Cached', 'Class::Simple::Readonly::Cached',
'File::Spec', 'Net::OAuth',
Expand Down Expand Up @@ -439,6 +440,7 @@ if($opts{'w'} || $opts{'B'} || $opts{'M'}) {
);
$cached_browser->env_proxy(1);
$cached_browser->conn_cache->total_capacity(undef);
$cached_browser->ssl_opts(verify_hostname => 1, SSL_ca_file => Mozilla::CA::SSL_ca_file());

$browser = LWP::UserAgent::Throttled->new(agent => basename($0), keep_alive => 1, timeout => 30);
$browser->env_proxy(1);
Expand Down

0 comments on commit 2a66e72

Please sign in to comment.