Question
Test Connectivity in Connector Rules
What does the Test Connectivity in a Connector Rule Checks? Help says Conenction connection between PRPC and the Java Class Identified. Well am a bit confused because:
1. When i do not use Secured Service (WS), it passes
2. When i use Secured Service, it fails.
What I thought:
It tries to connect the external system(s) through the Endpoint Provided.
What is Actually happening:
In both cases the connector seems to be working as expected as both the EndPoints (http and https) are working.
So the real question hear is:
What role does this Button (Test Connectivity) Plays
Mainak
Hi Mainak,
Can you please let us know the PRPC version you are using?
Its always good practice to provide Pega Product details for better understanding of issue.
Regarding your issue, can you try ading Dynamic System Setting "https/allowAllHostnames" in "Pega-IntegrationEngine" ruleset and setting it to "true"?
With this dynamic system setting, Pega does not check whether alias in the certificate (of the public certificate present in trust store, for WS) matches with the hostname.