I am trying to access Exchange server with viewpoint gem. Connection is
not successful and it ends with this message:
C:/RUBY187/lib/ruby/gems/1.8/gems/httpclient-2.1.7.2/lib/httpclient/session.rb:276:in
`connect': SSL_connect returned=1 errno=0 state=SSLv3 read server
certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
The problem is probably because server certificate is self signed and
SSL connection fails.
My question is. How to tell OpenSSL that my certificate can be trusted.
by
TheR
--
Posted via http://www.ruby-forum.com/.