-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Desktop attempts to make HTTPS connections to port inside container #4264
Comments
I have started experiencing a similar issue with continual web requests from this DockerDesktop browser agent, but with the offical httpd image. The below has started appearing in my Apache logs for this container. Note that this may be due to the latest update and the inclusion of Dashboard. I only see this logging begin when I open "Dashboard" (previously Kitematic) from the menu in the Docker Desktop selected from the Mac menu bar at the top of the screen. The log spam stops as soon as I close Dashboard.
|
@icopp , thanks for that. I have a Mongodb container as well which I just replicated your same issue on. Opening Dashboard starts spamming my logs in the same manner as you've reported, the error stops logging as soon as I close Dashboard again. |
Some quick followup observations after building and retesting my image with some variations:
|
This is fixed in 2.2.0.4. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Docker Desktop will not attempt to do stuff to the internals of my containers unless requested.
Actual behavior
Docker Desktop continually attempts to connect to http://localhost:27017 from the inside of my Mongo container for no reason.
Information
Examining the troublesome connection attempts on the loopback interface using Wireshark reveals that they have DockerDesktop in the user agent:
Steps to reproduce the behavior
docker-compose.yml
withdocker-compose up -d
Error receiving request from client: SSLHandshakeFailed: SSL handshake received but server is started without SSL support. Ending connection from 172.17.0.1:##### (connection id: ###)
error messages in the Mongo logThe text was updated successfully, but these errors were encountered: