Expected behavior
Manage to connect to local nexus repo
Actual behavior
x509: certificate signed by unknown authority
Information
I set-up a nexus repo for docker with a self-signed cert.
When using the older (non Hyper-V) version of docker, I could jump into the linux VM and inject the custom certificate, so everything worked fine.
With this new version I tried the following, but it didn’t work:
- Import the certificate using certmgr.msc
- Paste the certificate text into ca.pem
Steps to reproduce the behavior
- Request: docker login https://server:8600
- Response: Error response from daemon: Get https://server:8600/v1/users/: x509: certificate signed by unknown authority