Puppet Error Could not connect via HTTPS to https forge puppet com Unable to verify the SSL certificate The certificate may not be signed by a valid CA

0 votes

Got this error on executing puppet module command.

Error: Could not connect via HTTPS to https://forge.puppet.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

I am using windows with puppet. How do i resolve this error?

Aug 1, 2019 in Puppet by Sam
• 6,260 points
1,875 views

1 answer to this question.

0 votes

This error occurs when you run the puppet module subcommand on newly provisioned Windows nodes. 

The Forge uses an SSL certificate signed by the GeoTrust Global CA certificate. 

Newly provisioned Windows nodes might not have that CA in their root CA store yet.

Download the "GeoTrust Global CA" certificate from GeoTrust's list of root certificates and manually install it by running

certutil -addstore Root GeoTrust_Global_CA.pem.

Hope this Helps!

answered Aug 1, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

+1 vote
1 answer

I am running a Jenkins job to sign the certificate by puppet master but it is failing

Refer to https://www.edureka.co/community/55971/puppet-error-while-signing-the-certificates This addresses a similar query like ...READ MORE

answered Mar 13, 2020 in Puppet by Liana
1,088 views
0 votes
1 answer
0 votes
1 answer

Puppet: Error: Could not request certificate: getaddrinfo: Temporary failure in name resolution

You are getting this error because your ...READ MORE

answered Aug 8, 2019 in Puppet by Sirajul
• 59,230 points
4,845 views
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP