Hi, Zachary, > 1) Failure: > test_basic_auth(SOAP::TestStreamHandler) > [soap/test_streamhandler.rb:154]: > <"Basic Zm9vOmJhcg=="> expected but was > <nil>. > > 2) Error: > test_proxy(SOAP::TestStreamHandler): > NameError: uninitialized constant > HTTPAccess2::Client::NO_PROXY_HOSTS > soap/test_streamhandler.rb:174:in `test_proxy' Hmm. Seems to have an old version of http-access2 installed. rm -rf /usr/local/lib/ruby/site_ruby/1.8/http-access2* or get the latest version from http://raa.ruby-lang.org/list.rhtml?name=http-access2 Would you please run the test again? Regards, // NaHi