3

Trying out PAW and liking it very much. The only thing I don't manage to get working is using HTTPS mutual auth. Some of the APIs I need to interact with require mutually authenticated https.

How do I tell PAW to use a cert to authenticate? The cert is already in OSX Keychain and Safari can do GETs to that API without problems, so I (hope) it should be doable...

Not being able to do this might be the make/or break for PAW for me.

Thanks!

JJarava
  • 552
  • 10
  • 18

1 Answers1

0

While you are waiting for the next version of Paw, you can use SoapUI to test a REST interface with SSL client authentication: http://geekswithblogs.net/gvdmaaden/archive/2011/02/24/how-to-configure-soapui-with-client-certificate-authentication.aspx

Rolf
  • 7,098
  • 5
  • 38
  • 55