pfrasa (Pierpaolo Frasa)
- Login: pfrasa
- Email: pfrasa@gmail.com
- Registered on: 06/06/2014
- Last sign in: 06/06/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
06/06/2014
-
03:00 PM Ruby Bug #9774: Net::HTTP failure to validate certificate
- I can confirm this bug on Mac OS X Mavericks with Ruby 2.1.1.
I actually didn't specify a ca_path, but imported the self-signed certificate into the Mac OS X keychain. The behaviour is the same however:
~~~
require 'net/http'
htt...