SSL certificate in Advanced REST Client for Chrome

rest, ssl

Solution

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.

Problem

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`: How can I add SSL certificates to my GET calls? (I do have the .cnf & cacert + cakey files)

Original source