LogViewer Android App for openHAB (via frontail)

Sure, but if I try that I get a blank page.

Here logs from the webserver

192.168.195.50 - - [16/Jun/2021:10:44:25 +0200] "GET /styles/bootstrap.min.css HTTP/2.0" 200 161409 "https://tail.domain.local/" "Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36"
192.168.195.50 - - [16/Jun/2021:10:44:25 +0200] "GET /styles/openhab_AEM.css HTTP/2.0" 304 0 "https://tail.domain.local/" "Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36"
192.168.195.50 - - [16/Jun/2021:10:44:25 +0200] "GET /socket.io/socket.io.js HTTP/2.0" 304 0 "https://tail.domain.local/" "Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36"
192.168.195.50 - - [16/Jun/2021:10:44:25 +0200] "GET /ansi_up.js HTTP/2.0" 304 0 "https://tail.domain.local/" "Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36"
192.168.195.50 - - [16/Jun/2021:10:44:25 +0200] "GET /tinycon.min.js HTTP/2.0" 304 0 "https://tail.domain.local/" "Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36"
192.168.195.50 - - [16/Jun/2021:10:44:25 +0200] "GET /app.js HTTP/2.0" 304 0 "https://tail.domain.local/" "Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36"
192.168.195.50 - - [16/Jun/2021:10:44:25 +0200] "GET /favicon.ico HTTP/2.0" 304 0 "https://tail.domain.local/" "Mozilla/5.0 (Linux; Android 11; SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36"

it throws multiple 304

Ok, weird.
I just googled HTTP 304 Status code, it seems like it could be a caching problem.

Maybe first of all try to clear all app data and restart it to reconfig it. Then with cleared cache it could work again. If not, I can also add the option to remove port to the app if you wish.

Had tried it with clear cache, clear data and reinstalled it. Same blank page, same status codes.

Does the 443 port work on your PC / your mobile browser? Or is this only a problem of the app?

This works everywhere, on my android chrome, ipad chrome, browser on pc. currently it’s only the app.

will try some nginx modification to prevent caching at alland report back. tried it without the reverse proxy on plain http 9001 and it worked. have to take a look at it later.

I tried to open “google.com” with the port 443 and it worked completely fine.
Hmm.

@Schnuecks
If you have not already seen it, I published another update.

One of its improvements is the option to ignore the port (by typing in port -1), so exactly what you need in your case.
If it’s still showing nothing, I’m out of ideas.

@Schnuecks Does it work now?

Hi, sorry for not reply.
No, it isn’t working with my ssl config. but that’s no problem, i setup a plain http port and now it works as it should.

Ok, thanks.