When attempting to update the compatibility data and manifest using the OBTU it fails with the following error:
Failed to generate token
java.lang.Exception: Unable to create token after 8 retries.
at com.vmware.evo.sddc.lcm.tools.common.adapter.TokenDependent.createToken(TokenDependent.java:114)
at com.vmware.evo.sddc.lcm.tools.common.adapter.TokenDependent.getToken(TokenDependent.java:81)
at com.vmware.evo.sddc.lcm.tools.common.adapter.impl.CompatibilityUploadApiAdapterImpl.setAuthToken(CompatibilityUploadApiAdapterImpl.java:207)
VCF 5.x
Missing SAN(Subject Alternative Name) is the certificate of the SDDC manager.
Check if the certificate has the details by running the below:
*** Get sddc-manager certificate ***
openssl s_client -showcerts -servername server -connect <sddc-manager fqdn> > sddc.pem
*** Check SAN ***
openssl x509 -in ./sddc.pem -noout -text | grep -A1 "Subject Alternative Name"
If the SAN is missing replace the certificate to include the SDDC Subject Alternative Name.
In case the issue persists please contact Broadcom Technical Support.