Thanks, bill. Hmm, maybe I'll try downgrading to 1.8.2... sd -----Original Message----- From: Bill Kelly [mailto:billk / cts.com] Sent: Thursday, February 09, 2006 1:57 PM To: ruby-talk / ruby-lang.org Subject: Re: win32 openssl help request Hi, From: "Debaun, Steve" <Steve.Debaun / seminis.com> > > I just joined the list because I saw a post (from way back in 2002) about > using ruby and OpenSSL on win32. I was wondering if anyone has had any > recent successes, and if so, what shenanigans they involved. Sorry I can't offer specific help, but I wanted to confirm that I've been able to use OpenSSL/Ruby on Win32, both with SSLSocket, and 'net/https'. My net/https code looks similar to yours: http = Net::HTTP.new(@sitename, 443) http.use_ssl = true resp, data = http.get(path, nil) This is on: WinXP Service Pack 2 ruby 1.8.2 (2004-12-25) [i386-mswin32] I'm not sure which OpenSSL version... the ssleay32.dll and libeay32.dll files don't seem to have any version information. :( Regards, Bill This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited. All e-mails and attachments sent and received are subject to monitoring, reading and archival by Seminis. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Seminis accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment.