Error when starting docker: "cannot load certificate key" #73
-
When starting docker, one of the "webproxy-1" containers does not start and gives the following error:
I've already tried changing the docker file:
but it did not work. The certificate permissions are also all set to "always allow". Any suggestions on how to resolve it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Assuming your server files are located at Run the Terminal Command sudo chown -R $(id -un):$(id -gn) /Applications/snap-camera-server-3.1.1/ssl/* This should fix the problem |
Beta Was this translation helpful? Give feedback.
-
Note, I was having the following error: This same command (updated for version 3.2.1) corrected the situation. |
Beta Was this translation helpful? Give feedback.
Assuming your server files are located at
/Applications/snap-camera-server-3.1.1/
Run the Terminal Command
This should fix the problem