hoisie (Michael Hoisie)
- Login: hoisie
- Email: hoisie@gmail.com
- Registered on: 07/28/2011
- Last sign in: 08/05/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/28/2011
-
08:56 AM Ruby Bug #5110 (Closed): Ruby SSL error - sslv3 alert unexpected message
- I'm running ruby 1.9.2p290 on a machine with OpenSSL version 0.9.8o 01 Jun 2010
When I run the following script:
require 'net/http'
url = URI.parse('https://www.xpiron.com/schedule')
req = Net::HTTP::Get.new(url.path)
sock = Net...