heroku / heroku-repo

Plugin for heroku CLI that can manipulate the repo
MIT License
686 stars 111 forks source link

repo:reset gets curl ssl cert errors #29

Closed joshco closed 7 months ago

joshco commented 9 years ago

heroku repo:reset -a myapp

~/tmp/repo_tmp/unpack $ curl -o /dev/null --upload-file ../repack.tgz 'https://
s3-external-1.amazonaws.com/heroku_repos/heroku.com/31652299.tgz?AWSAccessKeyId
=AKIAJWLOWWHPBWQOPJZQ&Signature=laydg7Y6XJ%2Frax%2B3bMEwPwcemIo%3D&Expires=1416
111516'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (77) error setting certificate verify locations:
  CAfile: vendor/cacert.pem
  CApath: /etc/ssl/certs
tt commented 8 years ago

The reset happens inside your dyno. Is it possible that your configuration interferes with these commands?