views:

32

answers:

1

How do you install a certificate to the Perl certificate store? I am getting the following error: 401 Unauthorized: Peer Certificate not verified.

Is there a way to install the certificate the same way I would in Internet Explorer?

+1  A: 

Set HTTPS_CA_DIR to the directory containing the certificates. That's your store.

daxim