System online

Virtual Host Test Environment

webtest.homelabor.work

Diese Seite dient zur Verifikation von Apache/Nginx-VHost-Konfigurationen, TLS-Zertifikaten und DNS-Auflösung im Homelab-Netzwerk.

Hostname
webtest.homelabor.work
Protokoll
Server-Zeit (UTC)
User-Agent

Connectivity Checks

🌐
DNS-Auflösung
OK
🔒
TLS/HTTPS-Verbindung
🗂️
VHost Config geladen
OK
📄
Statische Datei erreichbar
OK
↩️
HTTP → HTTPS Redirect

Quick Verify

bash — root@homelab
# TLS-Zertifikat prüfen
$ curl -vI https://webtest.homelabor.work 2>&1 | grep -E "subject|issuer|expire"
* subject: CN=webtest.homelabor.work * issuer: CN=Let's Encrypt Authority X3 * expire date: ...
# HTTP-Redirect testen
$ curl -I http://webtest.homelabor.work
HTTP/1.1 301 Moved Permanently Location: https://webtest.homelabor.work/
$