Skip to content

bszwej/docker-nginx-ngrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPS proxy Docker image

This repo contains a Dockerfile of an image with nginx and ngrep. It can be useful for viewing requests between services, that are talking to each other using HTTPS.

Diagram

You can use this image for debugging purposes in a setup presented in the diagram above. In short, you can point your service (the red one) to HTTPS proxy container (created from this image - green) and then use ngrep on it to see the requests and responses it sends to the Service B.

More info:

About

🔍 Docker image with nginx and ngrep. Useful for viewing HTTPS traffic, e.g. when debugging web services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages