On Feb 18, 2009, at 3:17 PM, Bob Smyph wrote: > Rob Biedenharn wrote: >> Sorry, so do I! But what do you get with: >> >> connection = Net::HTTP.new("172.31.3.97", 8080) >> connection.use_ssl = true >> connection.verify_mode = OpenSSL::SSL::VERIFY_PEER >> >> connection.get '/' >> >> Is the response a 200 OK? Or some error about the: >> OpenSSL::SSL::SSLError: certificate verify failed >> >> Or something else? >> >> -Rob >> >> Rob Biedenharn http://agileconsultingllc.com >> Rob / AgileConsultingLLC.com > > > I get the 'OpenSSL::SSL::SSLError: certificate verify failed' error Does it work with OpenSSL::SSL::VERIFY_NONE -Rob Rob Biedenharn http://agileconsultingllc.com Rob / AgileConsultingLLC.com