Re: public folder SSL Enabled
- From: "Henning Krause" <newsgroup.no@xxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 18:05:08 +0200
Hello,
with .NET, one can override the default behavior of the HttpWebRequest class.
I don't know if there is a way to do this with Java.
To get that working with a specific certificate, you must get the certificate (with IE for example - click on the certificate details and click export on the root certificate. This certificate must then be either installed in the Internet Explorer Trusted root certificate store or in similar place in the Java environment).
Best regards,
Henning Krause
"jeff" <jeff@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:5D277D21-68BE-4FCD-B390-FA4CD7DE6D2E@xxxxxxxxxxxxxxxx
Hi,ALL
I am Java user.
One of my customer's public folder is ssl enabled.
So when I use Java httpclient to build a connection with the public folder.
https://server/public
It throws and exception:
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: No trusted certificate found
The question is:
Have I to get a client certificate from Server?
I want to do like IE, when I browser public folder with ssl enabled.
It will pop up a dialog to ask you to trust or not.
How to implement this ?
Thanks.
.
- Prev by Date: Re: Creating new Contacts on Exchange Server
- Next by Date: Report for Exchange
- Previous by thread: Re: Creating new Contacts on Exchange Server
- Next by thread: Report for Exchange
- Index(es):
Relevant Pages
|