From: Greg Lazarev Date: 2008-06-04T07:03:37+09:00 Subject: Re: Ruby SOAP Bug? I actually have looked at your blog as well when developing/debugging. My coding strategy is pretty much the same as yours. I'm using client.protocol.http.ssl_config.verify_mode=OpenSSL::SSL::VERIFY_NONE option instead of messing with the certificates. However my problem is that the set_basic_auth function does not treat the entries in the soap/property file correctly. Basically what happens is client.set_basic_auth gets called three times with these values: First time: url, nil, nil Second time: nil, userid, nil Third time: nil, nil, password I find it strange that not more people are seeing this problem. And since your code is working, I confused why mine is not. What are your ruby and soap4r versions? -- Posted via http://www.ruby-forum.com/.