You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm adding client authentication to my application and I want to use stubbex to test it. To support this, I think all we would need to do is add some SSL configs similar to stubbex_cert_pem that would allow the client to send its client certificate and the server to verify it. Let me know what you think and I can get started on a PR if you're on board.
The text was updated successfully, but these errors were encountered:
Hi Michael, am I understanding correctly that this change would allow Stubbex to talk to an HTTPS endpoint on behalf of a client application? If so, sure, that sounds good to me!
Doesn't Stubbex already support that? I just want to extend it so instead of only supporting server certificate verification for https endpoints it will also support client certificate verification (as part of Mutual TLS). Wiremock supports this - http://wiremock.org/docs/https/, Requiring client certificates
Hello, I'm adding client authentication to my application and I want to use stubbex to test it. To support this, I think all we would need to do is add some SSL configs similar to
stubbex_cert_pem
that would allow the client to send its client certificate and the server to verify it. Let me know what you think and I can get started on a PR if you're on board.The text was updated successfully, but these errors were encountered: