Noon everyone,
I´m facing an issue with a vCAC 6.1 implementation.
Here´s what´s happening (i´ll use makeshift addresses):
The vCAC appliance is configured to point to an Identity Appliance. The ID App address is id.domain.net.
The vCAC appliance is correctly configured to point to id.domain.net:7444.
The vCAC appliance FQDN is vcac.domain.com.
Now, the vCAC services won´t start. I see the following entries within catalina.out:
==================================================================================================================
Exception thrown is unexpected during retry operation with message: I/O error on GET request for "https://id.domain.com:7444//websso/SAML2/Metadata/vsphere.local":java.security.cert.CertificateException: Untrusted certificate chain
==================================================================================================================
Now here´s the big mistery: Why is it point to id.domain.com instead of what is configured: id.domain.net?
If I try a simple resolv test: ping id.domain.net, it pings correctly
Anyone knows where exactly vCAC stores that information?
I already tried adding search domain.net within /etc/resolv.conf.
I already tried addingthe correct entries within /etc/hosts.
Anyone, help?
Thank you once again.