Displaying 1 result from an estimated 1 matches for "ssl_cert_path".
2011 Jun 15
1
Ruby 1.9.2 - puppetd error "Could not request certificate: SSL_connect returned=1"
...by19-and-the-ssl-error/
"The problem comes from the fact that the new Ruby 1.9 installation
doesn’t find the certification authority certificates (CA Certs) used
to verify the authenticity of secured web servers."
However, I''ve had no luck despite trying to add SSL_CERT_FILE and
SSL_CERT_PATH env variables to default.rb and puppet agent command
line. If the cert file is the problem, is there some other way to get
puppet to pass the proper cert info to ruby (my system certs are in /
etc/ssl/certs) ?
If I use Ruby 1.8.7, no problem. I''d prefer to use 1.9.x though, since
it come...