SMS.0304 SSL/TLS Authentication Failed
Symptom
When the SMS-Agent was started, any of the following messages was returned:
- Linux: SMS.0304 Network request TLS/SSL authentication failed.
- Windows (Python 2): SMS.0304 Network request TLS/SSL authentication failed.
- Windows (Python 3): SMS.0304 Network request TLS/SSL authentication failed.
Possible Causes
If the TLS/SSL authentication fails when you start the SMS-Agent, the CA certificate verification fails. A CA certificate is issued by an authoritative organization to verify the server identity and ensure data transmission security. After the SMS-Agent is started, it attempts to remotely access SMS over the network and verifies the CA certificate. If the verification fails, the error message is displayed.
Solution
- Log in to the source server.
- Open the g-property.cfg configuration file of the SMS-Agent. The path of the configuration file is:
- Linux: .../SMS-Agent/agent/config/g-property.cfg
- Windows:
- Windows Agent (Python 3): C:\SMS-Agent-Py3\config\g-property.cfg
- Windows Agent (Python 2): C:\SMS-Agent-Py2\config\g-property.cfg
- In the g-property.cfg configuration file, change servercheck = True to servercheck = False.
- Save the configuration file and restart the SMS-Agent.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.