Wednesday, February 27, 2019

I need a simple reverse web proxy - suggestions?

I need a simple web reverse proxy. The requirements:

  • Listen for http/https requests on one interface.

  • Terminate ssl connections using wildcard certificate.

  • Proxy the http or decrypted https requests to a backend server IP address based on an exact match to the original http request header. No wildcards needed.

  • Runs under windows

That's it. It doesn't need to be high performance. It doesn't need to cache. It doesn't need to load balance. It doesn't need to check on backend server health.

Anything fit this bill?



No comments:

Post a Comment