Resolving Errors
Last updated
Was this helpful?
This error is most commonly experienced on Windows operating systems as a result of the default keystore installed with Java.
Open your browser and navigate to https://app.threatrix.io or your local Hybrid threatrix deployment server.
Follow the instructions below to export the SSL certificate from your browser:
Click on site icon left to address in address bar, select "Certificate" -> "Details" -> "Export" and save in format "Der-encoded binary, single certificate, save as app.threatrix.io.crt".
Click on HTTPS certificate chain (the lock icon right next to URL address). Click "more info" > "security" > "show certificate" > "details" > "export..". Saver as app.threatrix.io.crt
Click on site icon left to address in address bar, select "Connect is secure" -> "Show Certificate icon(top right)" -> "Details -> "Export" and save as app.threatrix.io.crt.
Locate your Java cacerts file, which is installed with Java, typically under $JAVA_HOME\lib\security\cacerts
If a password is required, the default password for java keystores is "chnageit".
use Java keytool to import it into your Java keystore
Last updated
Was this helpful?
Was this helpful?
keytool -import -trustcacerts -alias threatrix -file app.threatrix.io.crt -keystore cacerts