Question
CGI
IN
Last activity: 9 Aug 2018 4:40 EDT
RDA: I am getting Error message "Error connecting to server", while configuring the Robot Activity component
RDA: I am getting Error message "Error connecting to server", while configuring the Robot Activity component. Please find the screen shot below
I am using Pega Robotics Stuidio 8.0.1059.0 and Pega 7.3.0.
Please help in resolving the issue. Thanks in Advance.....
***Edited by Moderator Marissa to update categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
This is outside the scope of Pega. As commented above, a popular shareware is openSSL. You can use this as a decent jumping off point - https://wiki.openssl.org/index.php/Main_Page
Pegasystems Inc.
IN
Hello Rajasekhar,
Please see below article if it helps
https://collaborate.pega.com/question/error-connecting-server-error-browsing-fields-robotactivity
Also can you please copy the complete stack trace from logs .
Thanks,
Arun
CGI
IN
Thanks Arun....
We have tried and working with unchecking the 'Use TLS/SSL' option located in Records -> Integration -> Resources -> Service Package -> API i.e. http://localhost:8080/prweb/api/v1/
InnerExceptions: ICollection (System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception]) with 1 items
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure
We are using self-signed certificate included in Server.xml and able to login with "https://localhost:8443/prweb/PRServlet"
Thanks Arun....
We have tried and working with unchecking the 'Use TLS/SSL' option located in Records -> Integration -> Resources -> Service Package -> API i.e. http://localhost:8080/prweb/api/v1/
InnerExceptions: ICollection (System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception]) with 1 items
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure
We are using self-signed certificate included in Server.xml and able to login with "https://localhost:8443/prweb/PRServlet"
How can we generate self-signed certificate so that it will work for "https://localhost:8443/prweb/api/v1/"
Please guide us with steps...........
CGI
IN
Thanks Arun....
We have tried and working with unchecking the 'Use TLS/SSL' option located in Records -> Integration -> Resources -> Service Package -> API i.e. http://localhost:8080/prweb/api/v1/
InnerExceptions: ICollection (System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception]) with 1 items
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure
We are using self-signed certificate included in Server.xml and able to login with "https://localhost:8443/prweb/PRServlet"
How can we generate self-signed certificate so that it will work for "https://localhost:8443/prweb/api/v1/"
Thanks Arun....
We have tried and working with unchecking the 'Use TLS/SSL' option located in Records -> Integration -> Resources -> Service Package -> API i.e. http://localhost:8080/prweb/api/v1/
InnerExceptions: ICollection (System.Collections.ObjectModel.ReadOnlyCollection`1[System.Exception]) with 1 items
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure
We are using self-signed certificate included in Server.xml and able to login with "https://localhost:8443/prweb/PRServlet"
How can we generate self-signed certificate so that it will work for "https://localhost:8443/prweb/api/v1/"
Please guide us with steps...........
CGI
IN
How can we generate self-signed certificate for Dev/ Testing system, so that it will work for "https://localhost:8443/prweb/api/v1/"
Please guide us with steps...........
Pegasystems Inc.
US
Generating a self-signed cert requires a software suite akin to OpenSSL. You will likely be able to get this information from your IT department.
CGI
IN
Thanks I will check with IT Dep.
I am trying to generate SSL certificate for working on POC.
I was checking any free software, which will help in generating certificate.
Best Regards........
CGI
IN
I am trying to generate SSL certificate for working on POC.
I was checking any free software, which will help in generating certificate.
Thanks........
Accepted Solution
Pegasystems Inc.
US
This is outside the scope of Pega. As commented above, a popular shareware is openSSL. You can use this as a decent jumping off point - https://wiki.openssl.org/index.php/Main_Page
-
Chandra Shekar Peddabudi
CGI
IN
Thanks.......