-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
allow_insecure not working in Windows
#213
Comments
|
Also not working in Linux when using the |
alexjfisher
added a commit
to alexjfisher/puppet-archive
that referenced
this issue
Aug 31, 2016
randradas
pushed a commit
to randradas/puppet-archive
that referenced
this issue
Oct 30, 2016
cegeka-jenkins
pushed a commit
to cegeka/puppet-archive
that referenced
this issue
Mar 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if it's specifically Windows, (where I run puppet 3.8 with puppetlabs shipped ruby 2.0.0), or the ruby provider in general, but #198 doesn't seem to work for me.
What does work is if I move the
verify_mode = OpenSSL::SSL::VERIFY_NONEinto the 3rd parameter ofNet::HTTP.start(the hash where onlyuse_sslis currently set)The text was updated successfully, but these errors were encountered: