Problem: SSL handshake: invalid SSL session - eclipse perforce integration
Issue: JVM used by Eclipse not able to exchange perforce SSL certificate
Solution: Replace JCE files for your version of JAVA - follow the steps below
- Backup Existing Libraries (Optional):
- $JAVA_HOME/jre/lib/security/local_policy.jar
- $JAVA_HOME/jre/lib/security/US_export_policy.jar
e.g. JCE location: C:\Program Files (x86)\Java\jre7\lib\security
- Download & Replace JCE for your installed version of Java
- Replace both the JCE jar files from the downloaded ZIP file.
Thanks to Govindaram PS Original Reference: http://govindreloaded.blogspot.in/2015/02/perforce-eclipse-error-error-occurred.html
2 comments:
Thanks for the steps.
Saved lot of time.
Thanks Japan .. Worked for me
Post a Comment