Friday, July 10, 2015

Eclipse Perforce SSL handshake failed Invalid SSL session ? Solution?

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

  1. Backup Existing Libraries (Optional):

    1. $JAVA_HOME/jre/lib/security/local_policy.jar
    2. $JAVA_HOME/jre/lib/security/US_export_policy.jar
         e.g. JCE location: C:\Program Files (x86)\Java\jre7\lib\security

  1. Download & Replace JCE for your installed version of Java

  1. Replace both the JCE jar files from the downloaded ZIP file.

Thanks to 

Original Reference: http://govindreloaded.blogspot.in/2015/02/perforce-eclipse-error-error-occurred.html

2 comments:

SAURABH said...

Thanks for the steps.
Saved lot of time.

lalit said...

Thanks Japan .. Worked for me