Hi everyone,
I need to connect to a web service(Rest API) which asks for a client certificate and a password in HTTP request activity. but I cannot find where to get client certificate and password.
Without filling client certificate and password, It throwing an error (" The underlying connection was closed: could not establish trust") as below.
Any idea on how to do it? It would also be good to know how to do it with http request.
Can you explain the scenario which you are trying to do @MVenkataiah?
If you are calling the request which is https, you need to add the certificate ;
Thank you HareeshMR for your response.
Will post more details on my request soon.
Did you solve it finally?
is it mandatory to add certificate while using https?
I have downloaded postman app where i turned of the SSL certificate verification then i am able to receive the response . so how should i proceed on now? Should i add the certificate and the password?
Hey Guys,
any solution on the above issue highlighted?
I am facing the same like "I turned off SSL certificate verification in postman and tried. I am getting response. But through UiPath not getting. how should proceed on now?