Update the sovos.com SSL certificate using Java
Learn how to update the certificates for the sovos.com endpoints used to access Tax Determination environments.
-
You must have version 8 or newer of Java.
-
Make sure that the Java Web Services Client exists and that the smoke test is working properly.
-
Make sure that JAVA_HOME and PATH environmental variables are set with appropriate values in the command prompt where the keytool command is executed. Use the syntax below to set up the variables:
- Windows
-
-
set JAVA_HOME='Java Home Path'(e.g.set JAVA_HOME=D:\jdk1.7.0_79)
-
set PATH=%JAVA_HOME%\bin;%PATH%
-
- Non-Windows
-
-
export JAVA_HOME='Java Home Path'(e.g.export JAVA_HOME=/home/TaxwareEnterprise/jdk1.7.0_79)
-
export PATH=$JAVA_HOME/bin:$PATH
-
-
Download the new SSL certificate (serverssl2026sovos.crt) from the Sovos Portal.
-
Make sure you have the keystore password for the current Web Services Client.
The Sovos Cloud Java Web Services Client allows you to access the SOAP Server for Tax Determination.
Environments:
- Production
- gtd.sovos.com
- UAT
- gtduat.sovos.com
