
Docker Local SSL Termination Proxy
だいたい 2 分で読めます
Overview
When developing web applications, there are times when you want to access localhost via HTTPS.
Some of you may have needed this for OAuth support or integration with other applications.
While it's possible to prepare appropriate certificates using Let's Encrypt, it can be a bit cumbersome.
Additionally, changes to the web application's configuration are also necessary.
This program makes it easy to achieve this with a single command by setting up an HTTPS proxy using Docker.
The launched proxy terminates HTTPS and accesses the backend application via HTTP, eliminating the need for configuration changes in the application under development.
Usage
I've uploaded it to GitHub, so please check there for details.