Open andriesh opened 2 years ago
Hello
I have the same issue. I found in my log this error :
nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-10/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-10/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
Thanks for your help
Hello again
I have mounted a new docker from scratch. Works fine. Issue on my side and my config files. Can be close for me :)
@andriesh, can you share more details about the configuration of your proxy host ?
i meat the same problem, the nginx config:
` server_name photo.xxx.com; location ^~ / { proxy_pass http://172.16.1.1:22342; proxy_http_version 1.1; proxy_pass_header Authorization; proxy_set_header Connection "upgrade"; proxy_set_header Upgrade $http_upgrade; proxy_set_header X-Real-IP $remote_addr;
`
I freshly installed the latest 2.9.15 version, configured one proxy host to do HTTP only proxying but when accessing it I get ERR_EMPTY_RESPONSE. Tried to search the logs but there is nothing related to this issue.
I am having the same issue on a fresh install with the latest tag, it worked for a few days but keeps going down.
Hello, no update ? same issue on tag 2.11.2 nothing changed in the config
I freshly installed the latest 2.9.15 version, configured one proxy host to do HTTP only proxying but when accessing it I get ERR_EMPTY_RESPONSE. Tried to search the logs but there is nothing related to this issue.