Due to the SSL certificate employed on Servosity OBS servers, the SSL certificate and “chain certificate” need to be imported into the default java certificate store.
Your “java home” directory should contain the following files:
lib/security/cacerts
bin/keytool
From the “java home” directory, using the attached cacerts.zip file, rename the current cacerts file :
# mv lib/security/cacerts lib/security/cacerts.orig
and then unzip the cacerts.zip in the lib/security directory, over writing cacerts:
# cd lib/security
# unzip /path/to/cacerts.zip
Both the sbs.crt and host specific crt file below need to be imported into cacerts:
# bin/keytool -import -alias "sbs" -keystore lib/security/cacerts -file /path/to/sbs.crt
# bin/keytool -import -alias "obs" -keystore lib/security/cacerts -file /path/to/www.onlinebackuplive.com.cer
Once this is done, please restart both the OBM AutoUpdateAgent and Scheduler:
# service obmaua stop
# service obmaua start
# service obmscheduler stop
# service obmscheduler stop