Need to create http REST Service
We have created a REST service in our application (hosted in pega cloud) which another external system is trying to connect to. The endpoint URL which was generated starts with https:// (https://applicationname.pegacloud.com:443/prweb/PRServlet/PackageName/CustomerClassName/Method). The issue is that the external system is not able to connect with this URL and they have some restrictions in updating host files or installing PRPC server certificates in their end. Is there any way we can create a REST service rule in our application that will have a http target URL instead of https so that we can give it to them and they connect with us without making any additional installation in their end? I have tried changing the target url by giving http:// only inplace of https:// but it is giving clientprotocol exception then. We are actually stuck in this point. Appreciate your expertise on this.
***Updated by Moderator: Lochan. Removed user added #helpme and Ask the Expert tags. Apologies for confusion, shouldn't have been an end-user option***