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.

