Manish
Manish

Reputation: 1517

How to test https rest webservice in postman

I have deployed the a rest webservice over https using self signed certificate. Now i am facing the issue in postman while trying to test it. Error is same as follows:-enter image description here

I also follow the post from this link using-self-signed-certificates-with-postman but i am not able to find the connection tab as mentioned in the step 3.

Can anybody please help me how can i resolve that certificate issue.

Thanks

Upvotes: 1

Views: 15082

Answers (2)

tiagorockman
tiagorockman

Reputation: 361

In Postman go menu File/Settings in General tab disable "SSL certificate verification".

Upvotes: 2

Thangamudy Gurusamy
Thangamudy Gurusamy

Reputation: 91

  • Try open the same URL in your chrome browser. You may get privacy error. Click advanced link and proceed. Come back to postman and send your request.

Upvotes: 5

Related Questions