Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not download the archive. need to allow insecure access to download for archive #553

Closed
alexhillsre opened this issue Oct 8, 2020 · 1 comment

Comments

@alexhillsre
Copy link

alexhillsre commented Oct 8, 2020

When downloading though a http proxy, we get the following error:

Error: Could not set 'present' on ensure: SSL_connect returned=1 errno=0 state=error: certificate verify failed at 41:/etc/puppetlabs/code/environments/tooling/modules/consul/manifests/install.pp
Error: Could not set 'present' on ensure: SSL_connect returned=1 errno=0 state=error: certificate verify failed at 41:/etc/puppetlabs/code/environments/tooling/modules/consul/manifests/install.pp
Wrapped exception:
SSL_connect returned=1 errno=0 state=error: certificate verify failed
Error: /Stage[main]/Consul::Install/Archive[C:\ProgramData\consul/archives/consul-1.7.2.zip]/ensure: change from absent to present failed: Could not set 'present' on ensure: SSL_connect returned=1 errno=0 state=error: certificate verify failed at 41:/etc/puppetlabs/code/environments/tooling/modules/consul/manifests/install.pp

@solarkennedy
Copy link
Contributor

You need to add your proxy's cert to your authorized CAs, not disable ssl verification and making it less secure for everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants