jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
770 stars 173 forks source link

err_empty_response #240

Open andriesh opened 2 years ago

andriesh commented 2 years ago

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.

yleroux commented 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

yleroux commented 2 years ago

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 :)

jlesage commented 2 years ago

@andriesh, can you share more details about the configuration of your proxy host ?

liangsqrt commented 10 months ago

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;

`

mrprofessork commented 4 months ago

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.

NOC-DATA commented 3 months ago

Hello, no update ? same issue on tag 2.11.2 nothing changed in the config