From: botp Date: 2010-11-12T22:57:27+09:00 Subject: Re: Parsing XML with Ruby On Fri, Nov 12, 2010 at 10:21 AM, jackster the jackle wrote: > It seems to be working...here is my test code: > > http = Net::HTTP.new('www.chase.com', 443) # note the port > http.use_ssl = true # turn it on > puts "Here is the page: #{http} " just continue... do not be afraid to try... response = http.get('/index.html') #=> # response.body #=> "\nCHASE Home: Personal Banking | Personal Lending | Retirement & Investing | Business Banking