Skip to content

Instantly share code, notes, and snippets.

@jebarsoba
Created August 1, 2017 18:51
Show Gist options
  • Save jebarsoba/c239d5457dfbd55a4b66e2c241e8b89a to your computer and use it in GitHub Desktop.
Save jebarsoba/c239d5457dfbd55a4b66e2c241e8b89a to your computer and use it in GitHub Desktop.

Revisions

  1. jebarsoba created this gist Aug 1, 2017.
    5 changes: 5 additions & 0 deletions solving-keystore-issues.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    To solve the issue "unable to find valid certification path to requested target", I had to do the following:
    1) Adding Success Factors cert to the keystore: C:\sapjvm_6\jre\lib\security>keytool -import -storepass changeit -file _.success factors.com.cer -keystore cacerts -alias _.successfactors.com
    2) Replacing server JRE 6 "C:\sapjvm_6\jre\lib\security\cacerts" with local JRE 8 "C:\jdk-8u121\jre\lib\security\cacerts"

    "keystore" (http://keystore-explorer.org/) is a tool that can also be used to open a cacerts file and import/export .cer files into/from it.