Link to home
Start Free TrialLog in
Avatar of aniruddhp
aniruddhp

asked on

Java SSL error

Hi,

I am trying to access a url in java. Its certificate has either expired or slf signed. Now, I wanted to know how can I bypass this problem and access the content of that url in our application?
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
self signed - import the cert into your keystore using http://yellowcat1.free.fr/index_ktl.html

expired - no real fix for this, other than changing workstation date/time to within validity range then bugging site owner to update his cert :(
Avatar of michaels777
michaels777

To bypass this problem you can compile and run a small program called InstallCert. For more information and source code see http://blogs.sun.com/andreas/entry/no_more_unable_to_find
Works like a charm.