Forum Discussion
How to create reverse proxy with backend is url on-premise ?
- Feb 18, 2019
Tien Ngo Thanh Yes you can use Azure application gateway for this. Application gateway works at Application Layer (Layer 7) and can act as a reverse proxy services. Application gateway will terminate the client connection and forward the request to back endpoints. In addition application gateway will provide following functionality:
- SSL offloading - Application Gateway can receive request on https and route that to internal servers running on http. You can also configure SSL protocol version
- Analyze traffic statistics: You can view and analyze Access logs via several mechanisms such as Azure Log Analytics, Excel, Power BI etc.
- VPN tunnels/Express route and VNet Peering is supported
There are many more features and advantages. I hope this helps
Tien Ngo Thanh Yes you can use Azure application gateway for this. Application gateway works at Application Layer (Layer 7) and can act as a reverse proxy services. Application gateway will terminate the client connection and forward the request to back endpoints. In addition application gateway will provide following functionality:
- SSL offloading - Application Gateway can receive request on https and route that to internal servers running on http. You can also configure SSL protocol version
- Analyze traffic statistics: You can view and analyze Access logs via several mechanisms such as Azure Log Analytics, Excel, Power BI etc.
- VPN tunnels/Express route and VNet Peering is supported
There are many more features and advantages. I hope this helps
- Tien Ngo ThanhFeb 24, 2019Iron Contributor
Thanks for all support , i just check then the problem is heath check failure ssl after that i export public key from certificate of server and import to Http setting in application gateway then now it is working normal