sous-chefs/tomcat

Fails if tarball_uri is HTTPS

Closed this issue · 2 comments

Cookbook version

[Version of the cookbook where you are encountering the issue]
2.2.3

Chef-client version

[Version of chef-client in your environment]
12.10.24

Platform Details

[Operating system distribution and release version. Cloud provider if running in the cloud]
RHEL 7.2

Scenario:

[What you are trying to achieve and you can't?]
use tomcat_install resource with a tarball_uri with HTTPS

Steps to Reproduce:

[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?]
Put the tar on an HTTPS enabled webhost

Expected Result:

[What are you expecting to happen as the consequence of above reproduction steps?]
The chef-client will run and install tomcat

Actual Result:

[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]
chef-client fails with a raised exception:
Fetching the Tomcat tarball checksum at https://chefserver/repos/tomcat/tomcat.tar.gz.md5 resulted in an error 400

Fixed in pull request #262

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.