quentin-st / Munin-for-Android

Watch your munin-monitored servers on your Android devices
https://www.munin-for-android.com/
GNU General Public License v2.0
44 stars 7 forks source link

Dynazoom not working, might be related to https? #51

Open bonswouar opened 2 years ago

bonswouar commented 2 years ago

I'm trying to get dynazoom working on the app, but can't pinpoint the problem. It works perfectly on html view (using https & basic auth). But when using the app it seems there's wrong with the URL, apparently it's trying to use HTTP instead of HTTPS (and/or wrong domain) as the only logs I find in Apache are in my non-https "fallback" instead of the munin one (not sure why there is no hostname in the access log though):

1.2.3.4 - - [09/Sep/2022:14:32:07 +0200] "\x16\x03\x01\x02" 400 507 "-" "-"

And the error being:

[Fri Sep 09 14:32:07.860697 2022] [core:debug] [pid 478629] protocol.c(1447): [client 1.2.3.4:26873] AH00566: request failed: malformed request line

Environment