h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Add support for TLS mutual authentication (SSL client certificate auth) #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
rest-client currently cannot connect to web services that require TLS mutual 
authentication (authentication using a client certificate over SSL).

I have created the attached patch which adds this capability. The patch adds 
two new fields to the SSL tab in the UI (Key Store path and password), adds 
these fields to the save/load request XML code, and adds the ability to use 
these values during request execution.

Original issue reported on code.google.com by mwil...@mattwilson.org on 22 May 2012 at 8:08

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch! I will test it out and incorporate.

Original comment by subwiz on 23 May 2012 at 3:17

GoogleCodeExporter commented 8 years ago
r542 has the patch import. Thanks once again!

Original comment by subwiz on 23 May 2012 at 9:47