You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm having trouble setting up Docker container, I always get error saying my certificate is a directory.
I checked but it is a normal file. I don't know weather it is my fault or not.
Thanks in advance
Docker version
Server:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 21:45:16 2016
OS/Arch: linux/amd64
root@node1 : ~ [0]# docker logs --follow xxxxxxxxxxxxxxxxxxxxxxxxxxxx
2016/11/21 13:28:26 About to listen on 0.0.0.0. Go to https://0.0.0.0:443/
2016/11/21 13:28:26 Starting reverse proxy for backend URL: http://xxxxx.xxx:443
2016/11/21 13:28:26 read /etc/letsencrypt/live/xxxxx.xxx/fullchain.pem: is a directory
Test that my certificate is really a file
root@node1 : ~ [0]# test -f /etc/letsencrypt/live/xxxxx.xxx/fullchain.pem
root@node1 : ~ [0]# test -d /etc/letsencrypt/live/xxxxx.xxx/fullchain.pem
root@node1 : ~ [1]#
The text was updated successfully, but these errors were encountered:
Thanks for the quick reply. Totally understand. This is my 3rd attempt to get this working and have been banging my head on this. I've removed the arguments in an attempt to run it without certificates, and while it's now running, I still can't use it. I'll let you know if I figure it out, in the chance that you're interested in trying again.
Hello,
I'm having trouble setting up Docker container, I always get error saying my certificate is a directory.
I checked but it is a normal file. I don't know weather it is my fault or not.
Thanks in advance
Docker version
My config
Log
Test that my certificate is really a file
The text was updated successfully, but these errors were encountered: