https://bugzilla.redhat.com/show_bug.cgi?id=2379903

s...@stig.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |s...@stig.io



--- Comment #1 from s...@stig.io ---
HTTP::Tiny should get the directory-hash path automatically from
IO::Socket::SSL::default_ca(), so I don't believe that any changes are needed
here:

$ perl -MIO::Socket::SSL -MData::Dumper -E 'say Dumper {
IO::Socket::SSL::default_ca() }'
$VAR1 = {
          'SSL_ca_file' => '/etc/pki/tls/cert.pem',
          'SSL_ca_path' => '/etc/pki/tls/certs'
        };


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2379903

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202379903%23c1

-- 
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to