Posts with tag "proxy"

Setting up a HTTPS proxy with Docker and nginx

Kim Pedersen
Reading time: 2 minutes.

Working with certificates can be tedious. When testing something not related to security, certificates are often just making things more complex and the tests end up trusting all certificates anyway.

For that, and for other reasons, it can be useful to have a proxy that allows you to send http traffic to a https site without having to worry about certificates.