From: nkb Date: 2004-09-18T20:06:36+09:00 Subject: Re: http-access2 error > $ ruby -ropenssl -e 0 I received ruby: No such file to load -- openssl (LoadError) > > And, please run ssl_client.rb with -d option. > > $ ruby -d ssl_client.rb For this I received Exception 'LoadError' at ../../lib/http-access2.rb:37 - No such file to load -- openssl ../../lib/http-access2/rb:479: warning: instance variable @cert_store not initialized Exception 'NoMethodError' at ../../lib/http-access2.rb:479 - undefined method 'add_path' for nil:NilClass ../../lib/http-access2.rb:479:in 'set_trust_ca': undefined method 'add_path' for nil:NilClass (NoMethodError) from ssl_client.rb:19 > > Regards, > // NaHi I went on to get openssl from ruby website. But the link doesnt seem to be working either. Is there something wrong? http://freesoftware.fsf.org/download/rubypki/ > >