Hi,
On 100Æü, ¸á¸å9:04, Philippe Philos <plu... / technologies.eu> wrote:
> I cannot get the 'https://www.rsa.com'when accessing with SSL as in the
Thanks for this blow-by-blow report. I found this article by RSS
search.
Would you please file a ticket for this topic on github?
http://github.com/nahi/httpclient
I investigated a little and it seems certificate path building
problem.
- net/https + ubuntu's trust anchor works. (/etc/pki/cacerts)
- HTTPClient + ubuntu's trust anchor works. (/etc/pki/cacerts)
- net/https + HTTPClient's trust anchor FAILS.
- HTTPClient + HTTPClient's trust anchor FAILS.
HTTPClient's trust anchor is exported from JRE6. This can be a cause
of this problem. I'll look into it further.
For now, please set another trust anchor as a workaround.
Regards,
// NaHi