Issue with Rest connectors after upgrade
We have upgraded from pega 7.2.2 to 8.8.2 version .
What we have observed is the Rest connectors that were working earlier in pega 7 is not working now in pega 8 version - Getting 502 exception
Even when we try to configure it new , We are getting 403 exception .
.We are on jboss server .Validated the server settings
There is no change in any server/jboss parameters compared with pega 7 version. Is there any config change required for this ?
@FaijasNK did you check the Known Issues and Resolved Issues documentation?
There are some details under section 'Transport Layer Security (TLS) documentation updated to clarify additional steps after update'
Also see Understanding HTTP status codes for troubleshooting common issues
Without enabling SSL/TLS at the application server level, you shouldn't select "Use TLS/SSL" on the service package rule.
Disable "Require TLS/SSL for REST services in this package" on the service package.
Is TEST connectivity on your REST is working correctly?
Next set Debug on REST connector and check that DNS provider does not have existing issues with sending data to one of the IPs.
Check out other forum questions:
@FaijasNK did you check the Known Issues and Resolved Issues documentation?
There are some details under section 'Transport Layer Security (TLS) documentation updated to clarify additional steps after update'
Also see Understanding HTTP status codes for troubleshooting common issues
Without enabling SSL/TLS at the application server level, you shouldn't select "Use TLS/SSL" on the service package rule.
Disable "Require TLS/SSL for REST services in this package" on the service package.
Is TEST connectivity on your REST is working correctly?
Next set Debug on REST connector and check that DNS provider does not have existing issues with sending data to one of the IPs.
Check out other forum questions:
here, here here. and here.