mmattozzi / cocoa-rest-client

A free, native Apple macOS app for testing HTTP/REST endpoints
http://mmattozzi.github.io/cocoa-rest-client/
Other
2.36k stars 206 forks source link

Client Certificate Support for Mutual SSL/TLS Endpoint Authentication #75

Open angelacb opened 9 years ago

angelacb commented 9 years ago

Client certificate support for mutual SSL/TLS endpoint authentication would be awesome. Significant number of legacy REST-API endpoints are not protected by OAuth 2.0 and are still using mutual SSL/TLS authentication.

mmattozzi commented 9 years ago

Interesting... this may be a tough one; all the SSL stuff that exists in the project now is provided by OS X's SSL libraries.

guomo commented 7 years ago

+1 for this feature. This is really useful for those of us doing IOT stuff where the devices have client certs.