Error Creating Docker Machine with Digital Ocean

https://api.digitalocean.com/v2/regions - “id”: “unauthorized”,
“message”: “Unable to authenticate you.”

Getting this error when I try to create a docker.

This means that the Access Token you entered is not correct. You can click on the eye icon next to it to reveal it.

Make sure it is the exact one that you have generated in the Digital Ocean dashboard.

is there some other method to verify, i created new token and updated token and still same error…

George,

is there anything special with my proxy that needs to be done to allow this connection?

You can try the debug option to see if more useful info is displayed. Just check the bug icon and try again.

How can we ensure the credentials are being sent?
Please see log:

Creating Docker Machine …
Docker Machine Version: 0.16.2, build bd45ab13
Found binary path at C:\Program Files\Docker\Docker\Resources\bin\docker-machine.exe
Launching plugin server for driver digitalocean
Plugin server listening at address 127.0.0.1:61771
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(flag-lookup) Calling .GetMachineName
(flag-lookup) Calling .DriverName
(flag-lookup) Calling .GetCreateFlags
Found binary path at C:\Program Files\Docker\Docker\Resources\bin\docker-machine.exe
Launching plugin server for driver digitalocean
Plugin server listening at address 127.0.0.1:61773
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(do-dk-test) Calling .GetMachineName
(do-dk-test) Calling .DriverName
(do-dk-test) Calling .GetCreateFlags
(do-dk-test) Calling .SetConfigFromFlags
Reading certificate data from C:\Users\USETCCT.docker\machine\certs\ca.pem
Decoding PEM data…
Parsing certificate…
Reading certificate data from C:\Users\USETCCT.docker\machine\certs\cert.pem
Decoding PEM data…
Parsing certificate…
Running pre-create checks…
(do-dk-test) Calling .PreCreateCheck
Error with pre-create check: “Get https://api.digitalocean.com/v2/regions: dial tcp 104.16.25.4:443: connectex: No connection could be made because th
e target machine actively refused it.”
notifying bugsnag: [Error with pre-create check: “Get https://api.digitalocean.com/v2/regions: dial tcp 104.16.25.4:443: connectex: No connection coul
d be made because the target machine actively refused it.”]
bugsnag.Notify: [bugsnag/payload.deliver: Post https://notify.bugsnag.com/: dial tcp 35.186.205.6:443: connectex: No connection could be made because
the target machine actively refused it.]
Error Creating Docker Machine!

Your proxy or firewall is blocking connections to outside SSL connections port 443

How do you have your proxy setup?

Do you have an environment variable called HTTPS_PROXY pointing your proxy server

See:

Still not working, I have setup my corp proxy rules in docker desktop.

Do I need to sign-in to Docker Hub?