am having problems connecting to puppet forge on Redhat 6.7 under puppet 4.2 (behind a proxy/firewall), when i do:
puppet module search or install
the error msg:
Error: Could not connect via HTTPS to https://forgeapi.puppetlabs.com
Unable to verify the SSL certificate
The certificate may not be signed by a valid CA
The CA bundle included with OpenSSL may not be valid or up to date
Error: Try 'puppet help module search' for usage
i've tried:
yum install openssl --> didnt work
cd /etc/pki/tls/certs curl -k -L -O https://raw.githubusercontent.com/bag... --> didnt work
inserting http_proxy under [user] in puppet.conf didnt work
export http_proxy & export https_proxy --> didnt work
i'm at my wits end!! does someone have a solution?
↧