Help coderanch get a
new server
by contributing to the fundraiser

Apps Appagundi

Greenhorn
+ Follow
since Jun 30, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Apps Appagundi

Hi

I am using jdk 1.4.2 and my IMAPS client program is trying to fetch emails from exchange server

I have imported the Server certificate into cacerts keystore of jre/lib/security.

First time i run my client program i get mails from the INBOX folder.

If I leave it for say around 30 - 45 minutes and try again, i get the below exception

SSHHandShakeException: No trusted certificate found.

I did keytool -list -v -keystore cacerts and the certificate is there.


First few times it works, but after sometime i get the above exception.

This is driving me crazy.

Help is needed here.

Thanks
13 years ago
Hi

I am using jdk 1.4.2 and my IMAPS client program is trying to fetch emails from exchange server

I have imported the Server certificate into cacerts keystore of jre/lib/security.

First time i run my client program i get mails from the INBOX folder.

If I leave it for say around 30 - 45 minutes and try again, i get the below exception

SSHHandShakeException: No trusted certificate found.

I did keytool -list -v -keystore cacerts and the certificate is there.


First few times it works, but after sometime i get the above exception.

This is driving me crazy.

Help is needed here.

Thanks
13 years ago
Hi

I get the following error when i try to access the https url from my applet. I have signed the applet code with PFX.

Website is accessibale using https and over that i am using signed applet.

java.security.KeyStoreException:
WIExplorerMy not found at java.security.KeyStore.getInstance(Unknown Source)
at sun.plugin.services.WIExplorerBrowserService$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.services.WIExplorerBrowserService.getBrowserClientAuthKeyStore(Unknown Source)
at sun.plugin2.main.client.WIExplorerServiceDelegate.getBrowserClientAuthKeyStore(Unknown Source)
at sun.plugin2.main.client.MessagePassingExecutionContext.getBrowserClientAuthKeyStore(Unknown Source)
at sun.plugin2.applet.Applet2BrowserService.getBrowserClientAuthKeyStore(Unknown Source)

Help will be appreciated.

Thanks
14 years ago