Can not Reach web UI https/http from mob1s1a1

Guten Tag an das Teltonika Team.

leider habe ich Probleme mit dem Remotezugriff (http und https) von mob1s1a1, mit der ETH1 / WAN Schnittstelle geht es.
Getestet mit der originalen und mit einer über SDK angepassten Firmware aktuellen 7.11.3 RUTX09.

Dabei sind die Ports Freigeschaltet und zeigen mir folgende leere Webseite an, bei https kommt auch der Hinweis auf selbstsigniertes Zertifikat.
Auch das Ein- / Ausschalten der „Ignore private IPs on public interface“ hilft nichts.
Da die leere Seite aufgerufen wird und auch das Zertifikat, liegt es nicht an der Firewall.
Daher ist meiner Meinung der Webserver nicht richtig konfiguriert.

Quellcode der leeren Seite:
Hinweis: zum Posten musste ich alle größer und kleiner Zeichen entfernen.

Eng.:
Hello to the Teltonika team. Unfortunately I have problems with remote access (http and https) from mob1s1a1, but it works with the ETH1 / WAN interface.
Tested with the original firmware and with a firmware adapted via SDK, current 7.11.3 RUTX09.

The ports are enabled and show me the following empty web page, with https there is also a reference to a self-signed certificate.
Enabling/disabling “Ignore private IPs on public interface” doesn’t help either.
Since the empty page is opened and also the certificate, it is not the firewall’s fault.
Therefore, in my opinion, the web server is not configured correctly.

Source code of the empty page:
Note: to post I had to remove all upper and lower case characters.

!doctype html
html lang=“en”
head
meta
name=“robots”
content=“noindex”
/
meta charset=“utf-8” /
meta
http-equiv=“X-UA-Compatible”
content=“IE=edge”
/
meta
http-equiv=“Cache-Control”
content=“no-cache, no-store, must-revalidate”
/
meta
name=“viewport”
content=“width=device-width,initial-scale=1.0”
/
link
rel=“stylesheet”
href=“/brand/brand.css?v=2”
/
link
rel=“icon”
href=“/favicon.ico”
/
title/title
script type=“module” crossorigin src=“/assets/index-2024-12-13-d520310e08.js”/script
link rel=“modulepreload” crossorigin href=“/assets/index-2024-12-13-d520310e08.js”
link rel=“modulepreload” crossorigin href=“/assets/vendor-2024-12-13-d520310e08.js”
link rel=“stylesheet” crossorigin href=“/assets/style-2024-12-13-d520310e08.css”
/head
body
noscript
div
div class=“overlay-content”
img src=“/tlt_networks_logo.svg” /br /br /br /br /
h4JavaScript required!/h4
pIn order to use web interface, please enable JavaScript in your browser settings./p
br /
a href=""button class="btn"Refresh Page/button/a
/div
/div
/noscript
div id=“app”/div
script
async
src=“https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@4eccf2cf93856a69c7c982df04ae8b91b43aac52/en/v6.4.3/build/ol.js
integrity=“sha384-RffttofZaGGmE3uVvQmIW/dh1bzuHAJtWkxFyjRkb7eaUWfHo3W3GV8dcET2xTPI”
crossorigin=“anonymous”
data-allow-fail=“true”
/script
script
{
let scripts = Array.from(document.querySelectorAll(“script[src]:not([data-allow-fail=‘true’])”))
scripts.forEach(el = (el.onerror = e = location.reload()))
}
/script
/body
/html

Guten Tag,

ich konnte das Problem lösen, wie in dem Post zu sehen wurde der Quellcode angezeigt, aber der Browser konnte dies nicht verarbeiten, einfach weil er zu alt war. Nach einem update auf die aktuelle Firefox Version ESR von 68 (ca. von 2019) auf 128.6 (von 2025) wird das Webinterface auch per mob1s1a1 / LTE richtig angezeigt.

Daher möchte ich Sie um zwei Änderungen bitten.

  1. Auf Ihrer Webseite Supported browsers (RutOS) - Teltonika Networks Wiki die Richtigen Versionen für die aktuelle Firmware 7.11.3 angeben, da „Firefox (from v37)“ bzw. 68 bei mir nicht mehr funktionieren.
  2. Bei Benutzung von älteren Browsern, die die Skripte nicht ausführen und somit das Webinterface nicht anzeigen, wäre statt einer leeren Seite, eine Versionsprüfung und damit verbinden Hinweis: „Ihr Browser ist zu alt, bitte aktualisieren“ hilfreich.

Eng:

Hello,

I was able to solve the problem, as you can see in the post the source code was displayed, but the browser could not process it, simply because it was too old. After updating to the current Firefox version ESR from 68 (approx. from 2019) to 128.6 (from 2025) the web interface is also displayed correctly for mob1s1a1 / LTE.

Therefore I would like to ask you to make two changes.

  1. On your website Supported browsers (RutOS) - Teltonika Networks Wiki specify the correct versions for the current firmware 7.11.3, because “Firefox (from v37)” or 68 no longer works for me.

  2. When using older browsers that do not execute the scripts and therefore do not display the web interface, a version check and the associated message “Your browser is too old, please update” would be helpful instead of a blank page.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.