Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4135
| From | Max Williams <toastkid.williams@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" |
| Date | 2011-05-08 12:41 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <ba0d680cdb142de58b7067f7e0140b93@ruby-forum.com> (permalink) |
| References | <eb4908e19d0f76889fff2095c8b50d38@ruby-forum.com> <BANLkTi=nRC+vq-AxNDrTYdaqn=wL_dM8mQ@mail.gmail.com> <5b809559f123a611c279f907f376ee33@ruby-forum.com> <BANLkTimVG20di1e2k25RUEkCg0t5kmJ3ug@mail.gmail.com> |
Hassan Schroeder wrote in post #997400: > On Sun, May 8, 2011 at 10:06 AM, Max Williams > <toastkid.williams@gmail.com> wrote: > >> Thanks Hassan, but i get the same warning when i try to do any of the >> above "keys" actions as well. > > mmm. What OS/version of SSL are you using? OS is Ubuntu 9.10 i have openssl installed, the version for that is "openssl version OpenSSL 0.9.8g 19 Oct 2007" - is that what you meant? > > What happens if you open a browser to https://api.heroku.com ? That seems fine - i'm still logged in like i was on the non ssl version of the page. I've managed to sort it out i think, by opening a new rvm, downloading an old version of the heroku gem (with `gem install heroku -v "<2.0.0"`) and doing heroku create in there. This let me upload my public key (i had a choice of three - id_rsa.pub, id_dsa.pub and identity.pub, maybe this was confusing it)? Then when i went back to my app (and its associated rvm, which had the most recent version of the heroku gem installed) i was able to do heroku create, and the other stuff, ok. Kind of odd that i had to go back to an older gem just to upload my public key though - would still like to know what the problem was even though it's not as pressing any more. -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" Max Williams <toastkid.williams@gmail.com> - 2011-05-08 11:15 -0500
Re: Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" Hassan Schroeder <hassan.schroeder@gmail.com> - 2011-05-08 11:34 -0500
Re: Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" Max Williams <toastkid.williams@gmail.com> - 2011-05-08 12:06 -0500
Re: Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" Hassan Schroeder <hassan.schroeder@gmail.com> - 2011-05-08 12:18 -0500
Re: Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" Max Williams <toastkid.williams@gmail.com> - 2011-05-08 12:41 -0500
Re: Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" Hassan Schroeder <hassan.schroeder@gmail.com> - 2011-05-08 13:02 -0500
Re: Problem setting up heroku: "Unable to verify SSL certificate for api.heroku.com" Max Williams <toastkid.williams@gmail.com> - 2011-05-08 13:17 -0500
Re: Problem setting up heroku: "Unable to verify SSL certificate forapi.heroku.com" David Gyergyoi <david.gyergyoi@gmail.com> - 2011-07-13 08:44 +0000
csiph-web