Hi,
We have integrated our java based web application with twitter using twitter4j jar.
It was working fine.
But after December 10, 2013 New SSL certificates deployment, we are getting following exception when communicating with Twitter.
We don’t make any changes in my code.
sun.security.validator.ValidatorException: PKIX path building failed:sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
So which changes we have to made to work it again.
Thannks in advance.