agileanimal (Mark Madsen)
- Login: agileanimal
- Email: growl@agileanimal.com
- Registered on: 02/10/2013
- Last sign in: 02/10/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/10/2013
-
09:06 AM Ruby Bug #7818: Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- @Martin, you can close this. I think the issue is that the openssl 1.0.1d bundled with rbenv couldn't find it's cacert.pem.
-
07:33 AM Ruby Bug #7818: Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- I am building ruby with 1.0.1d on something that is not a Mac right now and will report back the results.
-
06:48 AM Ruby Bug #7818: Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- I was seeing it fail when it tries to validate without a cacert.pem for openssl - but in this case shouldn't it fall back to the pem that comes with ruby gems?
-
05:08 AM Ruby Bug #7818 (Closed): Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
- =begin
Ruby 2.0.0-rc2 is not compatible with openssl 1.0.1d.
It works as expected on 1.0.1c
When used with 1.0.1d ruby is unable to validate certificates and other things might be broken as well.
For example:
gem insta...