4

I installed and configured WSO2 IS 5.0 But I would like the users access through the proxy. So I would like to know WSO2 has WSO2 IS Proxy or not? Or WSO2 has any product to use for this purpose?

Community
  • 1
  • 1
Waraporn
  • 51
  • 3

3 Answers3

7

WSO2 has not any proxy related product. Also, there are well known proxy such as Apache HTTP / Nginx and so on. As i know, WSO2 also recommends to use Nginx. Please find details on how you can use proxy with WSO2IS from here

Asela
  • 5,781
  • 1
  • 15
  • 23
1

I have used WSO2 IS in production with Nginx and it has worked correctly for me.

You can also review the official documentation here

0

WSO2 does not provide in-built proxy. However, you you can use well known proxy products for this purpose. Ex: Nginx, HA proxy etc.

If you deploy WSO2 products in cloud environments, you can can use cloud native LBs such as AWS ALB, Azure application gateway etc.

You need 443 LB listener port to forward traffic to 9443 port in WSO2 IS server.