From: "NAKAMURA, Hiroshi" Date: 2004-09-18T18:47:00+09:00 Subject: Re: http-access2 error Hi, nkb, On Fri, 17 Sep 2004 15:04:46 +0900, nkb wrote: > When I run ssl_client from http-access2's sample program, I received the > following error: > > ../../lib/http-access2.rb:479:in 'set_trust_ca': undefined method > 'add_path' for nil:NilClass (NoMethodError) from > C:/ruby/http-access-2_0_4/samples/ssl/ssl_client.rb:19 Hmm. What version of ruby are you using? It seems work on my machine with ruby 1.8.2 (2004-09-10) [i386-cygwin]. Up to now I cannot imagine why the above error message could be thrown... Please type the following and let me see the output. $ ruby -v Regards, // NaHi