Ticket #462 (closed defect: fixed)
Net::HTTP Gives "Insecure Operation" When Using HTTPS
| Reported by: | cwdinfo@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
Here's the code and the results:
irb(main):002:0> require 'net/https';require 'uri'
=> false
irb(main):003:0> url = URI.parse('https://myverysecuresite.com')
=> #<URI::HTTPS:0x200298e40 URL:https://myverysecuresite.com>
irb(main):004:0> req = Net::HTTP::Get.new(url.path)
core:in `push:': Insecure operation: -r (SecurityError)
from core:in `gets'
Change History
Note: See
TracTickets for help on using
tickets.

