1

Suppose I have two API and the required is one should be work with two-way SSL and the second should be work with one-way SSL. could you please guide me if can be implemented

Ttami
  • 47
  • 7

1 Answers1

0

You can write a handler for Mutual SSL and engage that with your APIs. This blog post discusses it. From it you can get some idea on how to proceed.

Bee
  • 12,251
  • 11
  • 46
  • 73