Trying to Explore Layer7/SCIM endpoint and getting peer not authenticated error in Provisioning Server side
:ETA_E_0257<ECT>, Error listing Groups objects: Connector Server Add failed: code 53 (UNWILLING_TO_PERFORM): failed to add entry eTDYNDirectoryName=<Endpoint Name>,eTNamespaceName=<Endpoint Type Name>dc=im,dc=etasa: JCS@<Hostname>: SCIM: peer not authenticated (ldaps://<hostname of connector server>:20411)
Release : 14.4
Component :
Identified that problem was related the certificate stores of CX/CS/IM were without the Api Gateway (Layer7) imported.
The issue was the missing certificate in 14.4. Imported the ApiGateway Certificate in IM side (CS) this resolved the issue.
Following some certificates types that IM need imported as example including the Api gateway certificate locations
1 – upload all certificates to /home/config folder
2 - Now in the console of each server, run this commands (adapting the 'custom_root' and 'custom_intermediate' adapting the names to the reality of the environment
keytool -import -file /home/config/custom_root.cer -alias 'custom_root' -keystore /opt/CA/openjdk1.8/jre/lib/security/cacerts -storepass changeit -noprompt
keytool -import -file /home/config/custom_intermediate.cer -alias 'custom_intermediate' -keystore /opt/CA/openjdk1.8/jre/lib/security/cacerts -storepass changeit
keytool -import -file /home/config/Windows_CS.cer -alias 'Windows_CS' -keystore /opt/CA/openjdk1.8/jre/lib/security/cacerts -storepass changeit
keytool -import -file /home/config/API_GATEWAY.cer -alias 'API_GATEWAY' -keystore /opt/CA/openjdk1.8/jre/lib/security/cacerts -storepass changeit
netsh firewall add portopening TCP 20390 "CA-CS SERVER 20390"
netsh firewall add portopening TCP 20410 "CA-CS LDAP 20410"
netsh firewall add portopening TCP 20411 "CA-CS LDAPS 20411"
netsh firewall add portopening TCP 22001 "CA-CS Broker-HTTP 22001"
netsh firewall add portopening TCP 22002 "CA-CS BROKER-HTTPS 22002"
netsh firewall add portopening TCP 20080 "CA-CS WEB-HTTP 20080"
netsh firewall add portopening TCP 20443 "CA-CS WEB-HTTPS 20443"
netsh firewall add portopening TCP 22099 "CA-CS RMI 22099"