HttpRequest

Getting error in HttpRequest

I am doing GET Method and getting “could not establish trust relationship for the ssl/tls secure channel”

In PostMan same EndPoint is working good and I am getting 200 status code.

Can anyone Please help me in this.Thanks in Advance.

@Visalakshi_Jayabalan - can you share both postman & http request properties…

I tried GET methods, there is no header needed for GET.

Please find the Postman Properties,


Properties of HttpRequest

Response of HttpRequest

If you need any other information, please let me know.

@Visalakshi_Jayabalan -
1 - in postman any ssl certificate added?
2- can you check all inputs to the http request - header, parameters & inputformat as json and try…
3- if its same issue - pls track the issue of ssl handshake with invoke code activity…
pls follow below link which will help you to find the ssl related issue…

@GBK In postman SSL is not added

Can you please tell me, from where Can I get these parameters value?