You tried what i suggested or you tried the monkey patch you posted below? It's 
worth noting that soap4r will use the httpaccess gem if it is present, falling 
back to net/http if it isn't - I think you may only have monkeypatched the 
net/http part of soap4r

Fred

Sent from my iPhone

On 3 Jan 2011, at 12:08, "Fredrik B." <[email protected]> wrote:

> I tried that. In ~GEM_HOME/gems/soap4r-1.5.8/lib/soap/netHttpClient.rb, 
> I changed it to:
> 
> 180       if SSLEnabled
> 181         http.ssl_config.verify_mode = nil
> 182         http.use_ssl = true
> 
> And I also tried with
> 
> http.ssl_config.verify_mode = (OpenSSL::SSL::VERIFY_NONE)
> 
> None of those seem to work.
> 
> -- 
> Posted via http://www.ruby-forum.com/.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to