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
Asked
Active
Viewed 75 times
1 Answers
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
-
I already read what You mentioned.when I enable Mutual SSL with WSO2 API Manager it's will be enabled for app API. – Ttami Feb 19 '17 at 13:30
-
what do you mean by app API? – Bee Feb 19 '17 at 14:28
-
I need Add two New API first one one-way SSL seconds one work with two-way SSL – Ttami Feb 19 '17 at 20:06
-
it's working when I enable SSLVerifyClient it's required for all API work with one-way SSL before must use two-way SSL – Ttami Feb 21 '17 at 11:26