mirror of
https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel.git
synced 2026-04-26 16:05:50 +03:00
[GH-ISSUE #9] problem Error 1033 #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-traefikproxy-cloudflaretunnel#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elviosilva on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel/issues/9
wget -O /etc/traefik/dynamic/fileConfig.yml https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel/raw/main/etc/traefik/dynamic/fileConfig.yml
read -p "Enter username: " USER && read -s -p "Enter password: " PASS && echo && HASH=$(htpasswd -nbB "$USER" "$PASS") && sed -i "s|admin:.*|$HASH|" /etc/traefik/dynamic/fileConfig.yml
Hello, on this line, which user and password should I enter?
Those for the Cloudflare account?
@elviosilva commented on GitHub (Aug 16, 2025):
Hello,
After four installations, I still receive an error 1033 when trying to run https://test.example.com.
Can you help me pls?
@bagav1 commented on GitHub (Feb 18, 2026):
The username and password requested there are intended to be used with HTTP Basic Authentication. When accessing the routes defined in Traefik, it will prompt for these credentials (as I understand it).
Regarding error 1033, I encountered the same issue.
The problem occurred after configuring the local configuration file
/etc/cloudflared/config.yml. I then checked the Cloudflare tunnel in the dashboard, which caused the tunnel configuration to switch to a remote-managed state. As a result, the DNS configuration defined in the local file was completely ignored.Solution
Important: Replace the tunnel ID in
/etc/cloudflared/config.ymlwith the newly created tunnel ID.