API URL for Pega Agile Studio
Hello :
I have A Pega 7.31 ( upgraded ) server with Pega Agile Studio 7.3 . I created a sample Application Called CarRepair with the service request wizzard . Then i wanted to connect Project Managment with Agile Studio . I edited Application and went to Integration & security tab . Then I pushed Configure Agile WorkBench button and replaced
http://YourPegaAgileStudio/prweb/PRRestService/api/v1
https://realmachinename:8443/prweb/PRRestService/api/v1
After some time of thinking Pega Platform returns an error and claims that There is an error in the url
The problem seems to be related to the use of a self signed certificate . This certificate is autosigned but is the certificate of this tomcat server .
How cann i install this certificate in pega webapp ?
See PegaRules log -->
Hello :
I have A Pega 7.31 ( upgraded ) server with Pega Agile Studio 7.3 . I created a sample Application Called CarRepair with the service request wizzard . Then i wanted to connect Project Managment with Agile Studio . I edited Application and went to Integration & security tab . Then I pushed Configure Agile WorkBench button and replaced
http://YourPegaAgileStudio/prweb/PRRestService/api/v1
https://realmachinename:8443/prweb/PRRestService/api/v1
After some time of thinking Pega Platform returns an error and claims that There is an error in the url
The problem seems to be related to the use of a self signed certificate . This certificate is autosigned but is the certificate of this tomcat server .
How cann i install this certificate in pega webapp ?
See PegaRules log -->
***Edited by Moderator Marissa to update categories***
Hi :
Creating a trust store using this java sun urls :
https://docs.oracle.com/cd/E19830-01/819-4712/ablqw/index.html
and adding it to the JVM parameters of the AS
https://docs.oracle.com/cd/E29585_01/PlatformServices.61x/security/src/csec_ssl_jsp_start_server.html
Solved this issue .