Replies: 1 comment
-
If the counter party, the service which you are going to call, requires you to authenticate with ssl based on mutual-ssl than you need two files:
So indeed the private key is required. I have also here an example: Integration test - mutual authentication with badssl.com If the private key is removed from the file which is being used by client within the test, it will fail. You can give it a try 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My application is consuming a service which requires two way SSL. I have received public certificate(Most probably client certificate) from the vendor whose service i am going to consume. Is client private key required for mutual/two way ssl?
Beta Was this translation helpful? Give feedback.
All reactions