Location of trusted SSL certificates on Windows (7)

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

On Thu, Jul 28, 2011 at 11:17 AM, Damjan R. [email protected] wrote:

My question is. How to tell OpenSSL that my certificate can be trusted.

Googling your question turns up this:
http://www.openssl.org/support/faq.html#USER5


Phillip G.

phgaw.posterous.com | twitter.com/phgaw | gplus.to/phgaw

A method of solution is perfect if we can forsee from the start,
and even prove, that following that method we shall attain our aim.
– Leibniz

Phillip G. wrote in post #1013513:

On Thu, Jul 28, 2011 at 11:17 AM, Damjan R. [email protected] wrote:

My question is. How to tell OpenSSL that my certificate can be trusted.

Googling your question turns up this:
/docs/faq.html


Phillip G.

phgaw.posterous.com | twitter.com/phgaw | gplus.to/phgaw

A method of solution is perfect if we can forsee from the start,
and even prove, that following that method we shall attain our aim.
– Leibniz

Which tells that I should put certificate into some directory. Nothing
about where. I am still in the dark.

by
TheR