We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error during chef-run. Is anyone else experiencing this.
OpenSSL::SSL::SSLError: remote_file[apache 9.0.81 tarball] (/var/chef/cache/cookbooks/tomcat/resources/install.rb line 77) had an error: OpenSSL::SSL::SSLError: SSL Error connecting to http://archive.apache.org/dist/tomcat/tomcat-9/v9.0.81/bin/apache-tomcat-9.0.81.tar.gz - SSL Error connecting to https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.81/bin/apache-tomcat-9.0.81.tar.gz - SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)
depends 'tomcat', '>= 4.2.2'
The text was updated successfully, but these errors were encountered:
@vps8942 You'll need to modify your system's CA certificates. This Let's Encrypt blog post is a great, detailed description of the problem. To update your system CA certificates follow this guide. You'll then likely need to tell Chef to use the system certificates.
Hope this helps!
Sorry, something went wrong.
No branches or pull requests
Getting the following error during chef-run. Is anyone else experiencing this.
OpenSSL::SSL::SSLError: remote_file[apache 9.0.81 tarball] (/var/chef/cache/cookbooks/tomcat/resources/install.rb line 77) had an error: OpenSSL::SSL::SSLError: SSL Error connecting to http://archive.apache.org/dist/tomcat/tomcat-9/v9.0.81/bin/apache-tomcat-9.0.81.tar.gz - SSL Error connecting to https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.81/bin/apache-tomcat-9.0.81.tar.gz - SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)
dependencies - third-party cookbooks (sourced from 'supermarket')
depends 'tomcat', '>= 4.2.2'
The text was updated successfully, but these errors were encountered: