Hi everybody!
I have a problem. I'm trying to read tweets from Twitter API. Endeca is configured with SSL and when reads the tweets I get:
SEVERE: javax.net.ssl.SSLKeyException: [Security:090477]Certificate chain received from api.twitter.com - 199.59.148.20 was not trusted causing SSL handshake failure.
I have configured the same certificates that we have in other environment (where it works well), but that's not working.
Can someone tell me what are the correct certificates for this case? Or how can I resolve this problem?
Thank you!
Regards!
Message was edited by: Germán Martínez-Oracle
Solved! Just add the parameter -DUseSunHttpHandler=true at setDomainEnv.sh (based on a recomendation from support)