[SOLVED] OPNsense - NGINX => Ghost Webseite

Started by MichaDebuss, January 02, 2024, 09:50:02 AM

Previous topic - Next topic
January 02, 2024, 09:50:02 AM Last Edit: January 07, 2024, 10:09:55 AM by MichaDebuss
Hallo zusammen,

ich habe unter Proxmox das ghost.org System (website) installiert.

Lokal läuft das sehr gut.
IP: 192.168.5.55

In der OPNsense folgendes bereits konfiguriert

  • Dynamic DNS: Funktioniert webseite.example.com
  • ACME Client: SSL-Certificate: Funktioniert, ACME-Status OK webseite.example.com
  • Firewall - Rules - WAN:

    • Protocol: IPv4 TCP
    • Source: *
    • Port: *
    • Destination: WAN address
    • Port: 80,443  (als ALIAS)
    • Gateway: *
    • Schedule: *


In OPNsense - Services - Nginx habe ich folgendes konfiguriert:

General Settings:

  • Enable nginx: TRUE

Upstream Server

  • Description: Webseite
  • Server: 192.168.5.55
  • Port: 80
  • Server Priority: 1
  • Max. Connection: 1000
  • Max. Failures: 10
  • Fail Timeout: 900

Upstream

  • Description: Webseite_Pool
  • Server Entries: Webseite
  • Load Ballancing Algo: Weighted Round Robin
  • Enable TLS (HTTPS): FALSE
  • ansonsten nichts mehr eingestellt

Location

  • Description: Webseite_location
  • URL Pattern: /
  • Upstream Servers: Webseite_Pool
  • Force HTTPS: TRUE
  • ansonsten nichts mehr eingestellt

HTTP Server

  • HTTP Listen Address: 80
  • HTTPS Listen Address: 443
  • Default Server: FALSE
  • Server Name: webseite.example.com
  • Location: Webseite_location
  • TLS Certificate: webseite.example.com (ACME Client)
  • Client CA Certificate: R3 (ACME Client)
  • Enable Let's Encrypt Plugin Support: TRUE
  • HTTPS Only: TRUE
  • ansonsten nichts mehr eingestellt

Leider bekomme ich beim Aufruf von https://webseite.example.com die Fehlermeldung:
This page isn't working
webseite.example.com redirected you too many times.
ERR_TOO_MANY_REDIRECTS


Hat jemand eine Idee, woran das liegen könnte?
Irgendwie finde ich den Fehler nicht.

Bin Dankbar für jeden Hinweis.

Beste Grüße

Michael