How to update Java SSL Certificate Update SSL certificates for third party application. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error? Generally once in a year third party application certificates gets expired and can see exceptions like above. I have tried to cover few points while updating the certs. Step 1: Identify which certificate has been expired or required to be updated. Step 2: Download certificates directly from the site, or get it from specific sources. For example (Firefox browser), 1) Go to third party site and click on "i" icon at the beginning of the URL. 2) View More Info -> View Certificate Button -> Check Period of Validity and expiry date. 3) Go to Details Tab, and select site-domain or Certificate Hierarchy and click on Export button. 4) Save certificate (for ex. wwwgooglecom.crt) to local folder (tmp). On windows machine: ...
Posts
SVN plugin setup in IBM RAD8 - Checkout project from SVN
- Get link
- X
- Other Apps
SVN plugin setup in RAD8 SVN is free open source version control system. SVN manages files, directories and the changes made to them, over the time. This allows users to recover older version of data/files including history details. To work on SVN files and directories, we have to configure SVN plugins into RAD. Note: There is no direct support for any third party or open source tool or plugin in Rational Application Developer 7.x or 8.x, that is not shipped or documented with the product You are advised to backup the <RAD Install dir>\<SDPnnn>\ eclipse.ini file and configuration\ folder before installing any third party plugins. This will assist with recovery if there are problems, short of re-installing RAD. Also, record into which folder the third party plugins/features/artifacts are installed. You are advised to start RAD as admin (logged in) user before installing any plugin. Follow below steps to configure SVN plugin into RAD8.x. A...