cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
0
Helpful
1
Replies

Reverse Proxy

networker99
Level 1
Level 1

What are the advtanges and disadvantages of a reverse proxy? and how effective are they against application layer attacks

1 Reply 1

Here are some advantages

1. if your application/web server is running HTTP, you can setup Rev proxy to provide HTTPS service so that clients can send HTTPS request and rev proxy offloads the SSL and pass them as plain HTTP to the back-end servers.

2. can act as application layer firewall, checking for anomalies in the HTTP/HTTPS packets. Also, implement ACLs and rules if your web server doesn't allow you to do so.

3.A separate network stack that will not be vulnerable in the same ways as your web server.

Disadvantage I can see is an additional hop in the network path or may be a single point of failure.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: