Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: SSL certificate store for a Perlbrew install

by chrestomanci (Priest)
on Jan 15, 2021 at 16:09 UTC ( [id://11126963]=note: print w/replies, xml ) Need Help??


in reply to SSL certificate store for a Perlbrew install

I have done some investigation, and found a .pem file <c>/root/cluster/local/lib/perl5/Mozilla/CA/cacert.pem<c> that appears to have a large number of root certificates concatenated together, and the SSL_ca_file() function in the Mozilla::CA module.

I tried converting my company root cert to .pem format and appending it to the end of cacert.pem file, but it did not fix the problem.

The cacert.pem file full of certificates is also inconsistent with the fact that my company root cert is accepted without any special configuration on other Ubuntu machines that are running system perl.

  • Comment on Re: SSL certificate store for a Perlbrew install

Replies are listed 'Best First'.
Re^2: SSL certificate store for a Perlbrew install
by Anonymous Monk on Jan 18, 2021 at 16:15 UTC
    That's not what you're looking for. That's a concatenation of public "well-known root certificates," not your self-signed ones nor the certs needed to verify them.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 22:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found