[GH-ISSUE #14] Traefik.yml Line 33 Typo #10

Open
opened 2026-02-27 21:00:48 +03:00 by kerem · 0 comments
Owner

Originally created by @OisinNH on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel/issues/14

On line 33 of the provided traefik.yml file, there is the typographical error "serverTransport"

# The setting below is to allow insecure backend connections
serverTransport:
  insecureSkipVerify: true

This causes authentication errors for servers with self-signed certificates.

The correct syntax is "serversTransport":

# The setting below is to allow insecure backend connections
serversTransport:
  insecureSkipVerify: true
Originally created by @OisinNH on GitHub (Jan 30, 2026). Original GitHub issue: https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel/issues/14 On line 33 of the provided traefik.yml file, there is the typographical error "serverTransport" ``` # The setting below is to allow insecure backend connections serverTransport: insecureSkipVerify: true ``` This causes authentication errors for servers with self-signed certificates. The correct syntax is "server**s**Transport": ``` # The setting below is to allow insecure backend connections serversTransport: insecureSkipVerify: true ```
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-traefikproxy-cloudflaretunnel#10
No description provided.