vsm.log
:2018-08-28 17:28:53.178 CEST INFO TaskFrameworkExecutor-2 X509TrustChainKeySelector:190 - Failed to find trusted path to signing certificate <CN=[SSO hostname]>
java.security.cert.CertPathBuilderException: Unable to find certificate chain.
NSX Management Service operation failed. ( Initialization of Admin Registration Service Provider failed. Root Cause: Signature validation failed )
Lookup Service https://####.example.com:443/lookupservice/sdk presented an SSL certificate with the following thumbprint:
##:##:##:##:##:##:##:##:DE:AD:BE:AF:54:56:5B:##:##:##:##:##
Proceed with this certificate?
This issue is resolved in VMware NSX for vSphere 6.4.3.
Workaround:
To work around this issue if you are not able to upgrade:
A script has been developed that replaces the JAR file in the NSX manager. The workaround requires a signed script to be executed using REST API call to NSX Manager.
PscAndNetXFix.encoded
file.POST
https://<nsxmgr_ip>/api/1.0/services/debug/script
content-type - application/xml
PscAndNetXFix.encoded
PscAndNetXFix.encoded
file) curl -k -X POST -H "Content-Type: application/xml" -d "@PscAndNetXFix.encoded" -u user:password https://<nsxmgr_ip>/api/1.0/services/debug/script