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
I am new to both docker and NPM. I set it up today and everything was working well, reverse proxy worked.
After I copied the /etc/letsencrypt files into my NPM installation (/etc/letsencrypt is mapped to /srv/nginxproxymanager/letsencrypt ), everything seemed to be working great.
Then I rebooted the docker machine. Now I'm getting these messages:
nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-5/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-5/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
I am new to both docker and NPM. I set it up today and everything was working well, reverse proxy worked.
After I copied the /etc/letsencrypt files into my NPM installation (/etc/letsencrypt is mapped to /srv/nginxproxymanager/letsencrypt ), everything seemed to be working great.
Then I rebooted the docker machine. Now I'm getting these messages:
nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-5/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-5/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
Can anyone tell me what I did wrong?
Beta Was this translation helpful? Give feedback.
All reactions