Tyke-gateway concurrent http and https support

Hi,
Currently my tyk-gateway instance running with http enabled.
we are planning to support https for all API’s. Since our existing application using http, we need concurrent support for http and https. Is it the way to support both on Tyke-Gateway?

Thanks
Neel

Hi!

Just run 2 instances of Gateway on the same machine, with slightly different configuration option.

It should do the job.

Thanks Leon. Yes, It works. We are running two instance of gateway with two different configuration(https, http) now. Both instances pointing same redis server and same logging file. Is that ok? do you have any recommendations for configurations?

Thanks
Neel

Such setup should be fine.