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
I have been attempting to get an existing Ruby lib running under
IronRuby. The first problem I hit was that there was no definition for
the ETIMEDOUT error code in IR, so I added it and humbly submit my
changes as a patch for your consideration.
I'm currently running into problems because the l