Can't register application on Pega Process Fabric Hub installation on same server with Pega application
Hi,
I'm trying to register an application on PPF installed on the same server with the Pega application. I see in the documentation that is possible:
Remote applications in the Pega Process Fabric Hub | Pega
However, when I try to register the application I get the following error:
"Failed to connect - the server responded with an HTTP 401 code, indicating an authorization problem. Response - Invalid Authentication Data".
Also, when I trace it I see the following exception:
"Caught unhandled exception: java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out"
I understand PPF is trying to read data from the request, but is taking longer than the timeout value for the data to arrive from the client.
Below are some PPF settings that we have configured:
Hi,
I'm trying to register an application on PPF installed on the same server with the Pega application. I see in the documentation that is possible:
Remote applications in the Pega Process Fabric Hub | Pega
However, when I try to register the application I get the following error:
"Failed to connect - the server responded with an HTTP 401 code, indicating an authorization problem. Response - Invalid Authentication Data".
Also, when I trace it I see the following exception:
"Caught unhandled exception: java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out"
I understand PPF is trying to read data from the request, but is taking longer than the timeout value for the data to arrive from the client.
Below are some PPF settings that we have configured:
- Keystore: PPFKS. I created a self-signed custom PKCS12 and uploaded it.
- Token Profile: PPFToRemoteTokenGeneration. Updated token profile with the alias and password of the keystore above
- DSS: PegaProcessFabricSvcURL. Example value: https://pega86.sandbox.io:8443/prweb
- Keystore: PPFConnect. Updated keystore with the URL specified above (DSS)
- Service package: ppfconnect. Updated with access group from application to be registered (e.g., Delivery:Authors)
- Created OAuth 2.0 Client Registration
- Application URL Alias (to be registered): Example value: https://pega86.sandbox.io:8443/prweb
Please let me know if these settings look good, or if you have any thoughts on this.
Thanks,
-Jose