Created
August 16, 2013 12:36
-
-
Save jessereynolds/6249527 to your computer and use it in GitHub Desktop.
omnibus hash of cacert.pem is incorrect :-/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[fetcher:net::cacerts] fetching /var/cache/omnibus/cache/cacert.pem from http://curl.haxx.se/ca/cacert.pem | |
[fetcher:net::cacerts] getting from http://curl.haxx.se/ca/cacert.pem with 10 redirects left | |
[fetcher:net::cacerts] Invalid MD5 for cacerts | |
[fetcher:net::cacerts] Expected: 47961e7ef15667c93cd99be01b51f00a | |
[fetcher:net::cacerts] Actual: 349ba2d6964db9ca558c9e1daf38e428 | |
Something went wrong...the Omnibus just ran off the road! | |
Error raised was: | |
Checksum of downloaded file /var/cache/omnibus/cache/cacert.pem doesn't match expected | |
Backtrace: | |
/opt/ruby1.9/lib/ruby/gems/1.9.1/gems/omnibus-1.2.0/lib/omnibus/fetchers/net_fetcher.rb:151:in `verify_checksum!' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So yeah, this is a re-occurring problem whenever curl.haxx.se update the cacert bundle at http://curl.haxx.se/ca/cacert.pem which they seem to have just done. I was able to build omnibus-flapjack on 7 January (last week) without running into this error, however today I'm hitting it again:
The date in the comment is "Thu Dec 5 09:40:49 2013" so I guess there is some lag time between the data being available (eg extracted from Mozilla) and it being made available at http://curl.haxx.se/ca/cacert.pem
Here's the commit in omnibus-software from the last time the MD5 for cacert.pem was updated:
chef/omnibus-software@994c548