t: Re: [Ironruby-core] ETIMEDOUT error code
Further to my previous question about SSL. here are the details of what is
failing:
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
#the following line causes a 'nomethoderror' because ca_file is undefined
http.ca_file = File.dirname(__FILE__)
OpenSSL is not complete yet
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Web: http://whiterabbitconsulting.eu - http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
Microsoft IronRuby/C# MVP
On Tue, M
Further to my previous question about SSL. here are the details of what
is failing:
http.verify_mode = OpenSSL::SSL::VERIFY_PEER
#the following line causes a 'nomethoderror' because ca_file is undefined
http.ca_file = File.dirname(__FILE__) + 'somecert.pem'
If I attempt to work around that