I’m trying to use Uipath in a development project. I’m trying to use Http Request from Uipath studio to make a REST call to our server. But I get error message " The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel".
same is working fine in SOAPUI.
Hi Kiran, I also had same problem and the reason was very very silly.
instead of https in mu endpoint URL, i used http. The URL was working since 3 years and then suddenly stopped working and now it is working with http.