Re: [Ironruby-core] ETIMEDOUT error code

2010-03-22 Thread Tomas Matousek
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__)

Re: [Ironruby-core] ETIMEDOUT error code

2010-03-22 Thread Ivan Porto Carrero
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

Re: [Ironruby-core] ETIMEDOUT error code

2010-03-22 Thread Jason Diller
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

[Ironruby-core] ETIMEDOUT error code

2010-03-20 Thread Jason Diller
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