NAKAMURA, Hiroshi wrote:

>> > I cannot get the 'https://www.rsa.com'whenaccessing with SSL as in the
> 
>> HTTPClient's trust anchor is exported from JRE6. This can be a cause
>> of this problem. I'll look into it further.
> 
> From http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6717199
> 
> "I believe RSA Technologies (http://www.rsa.com) now owns the Valicert
> Class 3 CA Certificate. We have a more formal process for
> incorporating root certificates into the JDK, and it is usually
> initiated by the CA vendor and involves agreements with the CA vendor.
> At this time we don't have plans to incorporate this root certificate
> into the JDK.
> 

> For now, please set your trust anchor by yourself. For example, it
> should work on Ubuntu system.
> 
>   client.ssl_config.set_trust_ca("/etc/ssl/certs")


Hi,

Thank you for your reponse.

I try it with client.ssl_config.set_trust_ca('/usr/share/ssl/cert.pem')
on my old FC2 (Fedora 2) Linux box and it works fine.

Regards.

-- 
Posted via http://www.ruby-forum.com/.