InstaSafe | Linux GUI ISA App Connection Error: Device Authentication Failed

Linux GUI ISA App Connection Error "Device Authentication Failed"

This Article highlights the steps to be taken in case users are unable to connect the ISA App on Linux GUI systems and the error message received is "Device Authentication Failed".

Issue

The Linux GUI ISA App doesn't connect as expected and the error "Device Authentication Failed" is observed.



The Linux Terminal will also display the following error message:
“javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”

Solution

Step 1: Open Terminal and run the command "cd $JAVA_HOME" without inverted commas.

Sample output:
bash: cd: /usr/local/java/jdk1.8.0_25: No such file or directory
JAVA_HOME environment variable points to the directory where the Java runtime environment (JRE) is installed on your computer. This directory may vary across systems depending on the version of Java installed.
Step 2: Copy the CA Certificates from the above mentioned path (highlighted in red) to /etc/ssl/certs/java/cacerts

cp /usr/local/java/jdk1.8.0_25/jre/lib/security/cacerts /etc/ssl/certs/java/cacerts

If the issue persists after following these steps, please contact your organization's IT Team

If you are an Admin of the organization's ISA Account and need assistance, contact InstaSafe Support

    • Related Articles

    • Reconfigure the ISA App on Linux (GUI)

      The ISA App must always be associated with a User Profile in order to connect successfully. This Article provides guidance on how to configure a new User Profile on a device where the ISA App is already configured for another user. Such a need would ...
    • Install the ISA App on Linux (GUI)

      Prerequisites for Installation: 1. Users must have sudo access to the system in order to install the ISA App 2. During installation, the system should have access to the InstaSafe libraries and Linux repositories/mirrors so that the relevant packages ...
    • Android ISA App Connection Error "Failed Device Validation"

      This Article highlights the steps to be taken in case the ISA App on Android is unable to connect and the error message is "Failed Device Validation". Issue The ISA App on Android fails to connect as expected and the error message observed is "Device ...
    • Android ISA App Installation Error "Failed Device Validation"

      This Article highlights the steps to be taken in case the ISA App on Android fails to install and the error message is "Failed Device Validation". Issue The ISA App on Android fails to install and the error message is "Failed Device Validation". This ...
    • Android ISA App Connection Error "Device not authorized"

      This Article highlights the steps to be taken in case the ISA App on Android is unable to connect and the error message is "Device not authorized". Issue The ISA App on Android fails to connect as expected and the error message observed is "Device ...