Suddenly Internal server error

I didn't notice at first since basically the entire page is in cache but I saw uptime-kuma reported Homarr as down. Then I tried in another browser and it just says internal server error Homarr log: Failed to proxy https://172.17.0.3:7575/en/login Error: write EPROTO 983BBE18347F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354: at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) { errno: -71, code: 'EPROTO', syscall: 'write' } Error: write EPROTO 983BBE18347F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354: at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) { errno: -71, code: 'EPROTO', syscall: 'write' }
No description
8 Replies
Tag
Tag10mo ago
Are you running dev or latest release? What environment and does that environment show homarr as running? It might look like the problem could come with the proxy configuration. Running something like traefik or nginx?
ajnart
ajnart10mo ago
@spillebulle
Spillebulle
Spillebulle10mo ago
Dev release, Docker, Homarr is running and loops the error above Nginx Proxy Manager. I have changed no settings in the Nginx end, just updated homarr from time to time
Tag
Tag10mo ago
Just to make sure whether this might be an issue actually caused by any update, could you try getting back to release 0.13.2?
Spillebulle
Spillebulle10mo ago
Going back to latest worked, then going back to dev stopped working again
Tag
Tag10mo ago
Is there any log on nginx part? The only real difference between 0.13.2 and dev are dependencies updates, the work has been mainly concentrated on the authentication which isn't part of dev yet. I don't quite know why there would be a problem
Spillebulle
Spillebulle10mo ago
No error messages show up in the nginx logs when I go to the page Tried to restart and recreate the nginx container, still same. Doing the local IP with port seems to work so the issue is between nginx and homarr Tried to turn off "block common exploits" in nginx. Still same
Tag
Tag10mo ago
It seems the problem could come from one of the dependency updates. I recommend you stay on release 0.13.2 as there won't be much on dev until auth is released