Blank System Health Monitoring window
I'm getting blank System Health Monitoring window with omv integration.
I have app integration login and password put in, checked that it work and so on and can't get it to show anything
11 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Logs:
Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
ℹ Saving updated configuration of 'default' config.
ℹ Local icons repository directory exists and contains 0 icons
ℹ Saving updated configuration of 'default' config.
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ERROR Unexpected response: write EPROTO 001884E84B7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:354:
ℹ Saving updated configuration of 'default' config.
ℹ Detected credential change of private secret. Value will be overwritten in configuration
System: Docker
Version: 0.15.4
Docker-compose:
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /docker/homarr/configs:/app/data/configs
- /docker/homarr/icons:/app/public/icons
- /docker/homarr/data:/data
ports:
- '7575:7575'
There seems to be an ssl discrepency here. but it shouldn't use nor matter for https. That's weird
could you send a screenshot of how you setup the app in homarr please?
since the page is usually behind https, you may have forced ssl in OMV for security reasons. you could use the external address as the internal too for testing
did that, doesn't seem to work
I do have https on omv, that is true
Mybe make ssl non enforcable? it's possible omv uses and forces ssl3 but we only have ssl2? not sure how that works but we should look into that
to begin with it should be possible to use the https anyway
I've checked and it is not forced, but I also only used ssl over reverse proxy on nginx, I've switched to https in omv (non forced), but that doesn't seem to change anything
Not sure what could be the problem here, this is the response from OMV and it seems it could be anything ranging from OMV parameters to proxy manager enforcing SSL too.
since you're trying to use http though, we would expect that ssl wouldn't even be in the balance which is weird to me