I am trying to connect to a custom ServiceNow Rest Endpoint, our service now instance is not available without going through a WSI/proxy and using certificates to reach it.
So far the flow I have is
tSetKeyStore to store the certificate that the proxy will authenticate against our certificate
tSetProxy which goes to our custom WSI that is the gateway to the service now instance API
which is caused because the WSI is not working correctly. How could I go and test each functionality to make sure it is using/fetching the certificate correctly?