Category: SSL

Securing APIs using Mutual SSL with WSO2 API Manager.

WSO2 API Manager is using OAuth2 for securing the APIs which are exposed by it.  Currently API Manager implementation is tightly bound with the OAuth2. However, there is some way in APIM that we can write our own authentication mechanism for APIs instead of using OAuth2. But it is normally not recommended as some other functions such […]

Enable Mutual SSL for Proxy services in WSO2ESB-II

This is my second blog post about enabling mutual SSL for ESB  proxy services. In my previous blog post,  we enabled mutual SSL for all deployed proxy services. But in this blog post,  we are going  to enable mutual SSL for only selected proxy services. Let assume we have proxy service call “TestProxy” and also there are many […]