rodjek / rspec-puppet

RSpec tests for your Puppet manifests
http://rspec-puppet.com
MIT License
364 stars 203 forks source link

Certificate errors from bundler on AppVeyor tests using Ruby < 2.5 #820

Closed sanfrancrisko closed 3 years ago

sanfrancrisko commented 3 years ago

There are CertificateFailureError errors coming from Ruby versions < 2.5: https://ci.appveyor.com/project/rodjek/rspec-puppet/builds/37319514

This is potentially being caused by older Ruby versions using an out of date TLS / SSL protocol: https://bundler.io/v2.0/guides/rubygems_tls_ssl_troubleshooting_guide.html#troubleshooting-certificate-errors

sanfrancrisko commented 3 years ago

In the end, went for a quicker solution: https://github.com/rodjek/rspec-puppet/pull/824