Looking over the catalog of server terminal of SVS, the corresponding error description is "Error description: Certificate authenctication environment is not initialized"
Therefore the error is caused by some settings which are nor set. Usually the situation is that /token is not created or the attributes are wrong.
Solutions:
Using root user logging on the system
#cd /
#tar cvf token.tar token(backup original token)
#rm –rf token
#mkdir token
#chmod –R 777 token
Restart SVS
Should the problems not be solved, please check whether the certificate has been collocated certificate chain, i.e, looking over whether there is the file with the suffix "pem" in the /pem.
If no, please add certificate chain file in /pem. |