Skip to content
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 1.13 cli gives a warning about crypto/x509 #422

Closed
JettJones opened this issue Jan 24, 2017 · 30 comments
Closed

Docker 1.13 cli gives a warning about crypto/x509 #422

JettJones opened this issue Jan 24, 2017 · 30 comments

Comments

@JettJones
Copy link

JettJones commented Jan 24, 2017

Expected behavior

Docker ouput should be free of warnings (unless there's something to fix)

Actual behavior

Docker 1.13.0 provides a developer warning on every run - it is reporting a library does not exist on windows. That's not something I can fix as a user.

>docker --version
time="2017-01-24T09:45:40-08:00" level=warning msg="Unable to use system certificate pool: crypto/x509: system root pool is not available on Windows"
Docker version 1.13.0, build 49bf474

Information

  • host distribution and version (Windows version, build number, etc)
    running on windows 10 pro, Version 1607 (OS Build 14292.693)

This might be an issue from Go's system cert pool: golang/go#16736

Steps to reproduce the behavior

  1. Install docker 1.13.0 on windows
  2. Run docker --version (or any other command)
@dagbjorn
Copy link

I see the same issue running on Windows 10 Home, Version 1607 (OS Build 14393.693) after upgrading from Docker 1.12.6 to 1.13.0. Docker seems to work alright, but the warning is annoying.

@dgageot
Copy link
Member

dgageot commented Jan 25, 2017

@JettJones Thanks for the report. Can I ask you to open an issue on docker/docker? I guess this is not something that can be fixed on Docker for Windows, so I'm going to close the ticket.

@Neelerak
Copy link

Neelerak commented Feb 28, 2017

@#dgageot

This issue was a problem with Go and should be resolved as of 14 days ago, any chance to get a hotfix?

golang/go#16736

@raiello
Copy link

raiello commented Mar 14, 2017

this problem still exists - does anyone have an update?

@ghost
Copy link

ghost commented Mar 17, 2017

I am having this same issue on Docker Windows - not my primary environment but I am forced to use it.
$> docker --version $> time="2017-03-17T11:35:57-04:00" level=info msg="Unable to use system certificate pool: crypto/x509: system root pool is not available on Windows" Docker version 1.13.1, build 092cba3

Any Ideas?
As far as I can see this does not affect anything, but I get the error on every line or command UNLESS I am using docker-compose to build a file. With docker-compose I am seeing no error.

Hope this helps.

@cyberbeast
Copy link

This is irritating. Is there any fix for this at all? I used the amazonec2 driver to init a docker-swarm and since then I've been getting this stupid message and executing "docker info" returns absolutely nothing.

@sebolio
Copy link

sebolio commented Mar 22, 2017

hahaha seriously no fix in 3 months? docker pls

@raadbintareaf
Copy link

I still have the same problem !

@sandhilt
Copy link

Same here. For while, I think that a downgrade solve.

@nathanp
Copy link

nathanp commented Mar 23, 2017

I am having the same issue on Windows 10

@iliasioannou
Copy link

Same here. Windows 10 - 64 bit -

@UserComponent
Copy link

UserComponent commented Mar 24, 2017

*Jeopardy theme plays*

@singularentity
Copy link

This is also occurring in Windows 7 64 bit via docker toolbox.

@ischyrus
Copy link

I'm having the same issue.

@sunildhillon
Copy link

sunildhillon commented Mar 24, 2017

Same issue here as well !!
OS: Win 8.1
Any quick fix?

@JorgenSmith
Copy link

Same here. I had to get rid of the Docker for Windows using Hyper V, as my Broadwell-E system would fail to boot intermittently with Hyper V enabled (no messages there). Now on Docker Toolbox, everything appears to be running ok but the messages are distracting. Thanks. :-)

@asantos2000
Copy link

This also occurring in Windows 7 with service pack 1.

@nelsonkent
Copy link

same problem on win10 docker version 1.13.1

@nelsonkent
Copy link

Version: 17.03.0-ce not solved either

@mbssaiakhil
Copy link

Using Docker Toolbox on Windows 10 64-bit
Getting the same error (for example, docker version output is shown below),

docker version
The same message is shown for all the docker commands.
Is there a solution?

@Labrat02
Copy link

Also receiving same message on Windows 8, 17.03.0-ce Docker Toolbox.

@dgageot
Copy link
Member

dgageot commented Mar 27, 2017

Hi everyone, you should add your comments on moby/moby#31863. This issue is not specific to Docker for Windows.

@laurencefass
Copy link

Version: 17.03.0-ce problem still exists

@UserComponent
Copy link

FYI

Following @dgageot 's response, and the related threads: this fix has been merged and will be in release 17.04

@luisnaranjo733
Copy link

Thank you! When will 17.04 become available?
@anthonyhendrickson

@mahmed0715
Copy link

same, what to do?

@laurencefass
Copy link

Im using windows toolbox with windows 10 standard and i am not seeing the same problem running commands directly from my (virtualbox guest machine) default docker host. windows specific authentication problem?

@hichMEN
Copy link

hichMEN commented Apr 4, 2017

@cpace6
Copy link

cpace6 commented Apr 19, 2017

Updating to version 17.05.0-ce fixed this for me. See moby/moby#31863

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

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.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests