- Notifications
You must be signed in to change notification settings - Fork5
🔍 Docker image with nginx and ngrep. Useful for viewing HTTPS traffic, e.g. when debugging web services.
License
NotificationsYou must be signed in to change notification settings
bszwej/docker-nginx-ngrep
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo contains a Dockerfile of an image withnginx andngrep. It can be useful for viewing requests between services, that are talking to each other using HTTPS.
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: