Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSL certificate in Advanced REST Client for Chrome

Tags:

rest

ssl

Recently, 2-SSL verification was added to the server I'm working with.

Up until now I've used Advanced REST Client for server's REST API (mostly GET calls). Since the SSL change, I'm getting 0 NO REPONSE ERROR:

screenshot

How can I add SSL certificates to my GET calls? (I do have the .cnf & cacert + cakey files)

like image 421
Igal Avatar asked Jun 05 '14 09:06

Igal


People also ask

How do I use Advanced REST client in Chrome?

Step 1: Go to the 'Chrome Web Store' then search for 'Advanced search Client' and click on 'Advanced Rest Client'. Step 2: Click on 'Add to crome' button'. Step 3: Click on the 'Add extension' button to add Advanced Rest Client on Google Chrome Extension.


2 Answers

From the bug tracker, you can go to the page in your web browser and select 'Proceed Anyway'. After doing that my REST calls went through fine.

like image 94
Holly Avatar answered Oct 13 '22 07:10

Holly


Advanced REST Client extension in recent upgrades has resolved this issue , with additional add on ARC Cookie exchange

Link https://chrome.google.com/webstore/detail/arc-cookie-exchange/apcedakaoficjlofohhcmkkljehnmebp

like image 43
Anku Avatar answered Oct 13 '22 08:10

Anku