Updating your sovos.com SSL certificate (Java)
This article explains how to update the certificates for the URLs used to access Global Tax Determination environments.
Version 8 or newer of Java is required
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
- Windows
Download the new SSL certificate (serverssl2025sovos.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 Global Tax Determination Cloud.
Production: gtd.sovos.com
UAT: gtduat.sovos.com