Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:
Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.
AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a . If my response doesn’t make sense for your topic, please react to it with a
.
Looking at the documentation, I don’t have enough specific information about resolving an UntrustedClientCertificate error for the scenario you described. However, there are a few relevant points that may help troubleshoot the issue:
-
Certificate authentication issues can be difficult to diagnose without proper logging enabled. You can enable more detailed logging by configuring the SolClient SDK logging callbacks.
-
When using certificate authentication, you should verify:
- Trust store path
- Certificate path
- Certificate password
- SSLValidateCertificate setting
- Host name, VPN and client name settings
-
The version of OpenSSL libraries being used can impact certificate validation on Windows Server environments.
For more detailed troubleshooting, I recommend:
- Enable debug level logging to get more detailed error information
- Verify all certificate-related configurations
- Check the version compatibility between your certificates and the OpenSSL libraries
Relevant documentation: