Does TYK supports two way SSL (MTLS)?

TYK architecture on the cloud is not very clear. What platform/servers it runs on and how do we modify configurations? For instance if it’s running on Apache, Nginx, Undertow etc does it provide customization of configuration to support Two-way SSL or client auth or MTLS for the API conumers? I want MTLS between my published API and it’s consumers, not to the backend.

Right now mutual TLS is not possible, but this is the feature we are currently working on, and it will be included in our next release.

The only way right now is to put a proxy in from of our API endpoint and configure mutual TLS on your own.

Leon, Tyk Team