ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

added use case with simple SSL proxy #77

Closed rssdev10 closed 3 years ago

rssdev10 commented 5 years ago

This example describes how to create simple SSL proxy for debug purposes. One of typical use cases is how to debug SpringBoot application when you are using external services like FB. All web contexts in that case should be under HTTPS protection. But typical way to deployment of these application is to use reverse proxies like nginx.

The example contains a set of actions how to create simple SSL proxy server for people how are non familiar with Ruby/Rack.