mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
pangolin & wordpress #567
Reference in New Issue
Block a user
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 @Valley8140 on GitHub (Aug 7, 2025).
I run into to difficulties trying to get a Wordpress site available using Pangolin. Always timing out.
Same result using wildcard certs or default http. Any other resource on the same server is accessible.
@miloschwartz commented on GitHub (Aug 7, 2025):
Are there any errors in Newt when you try to request the resource and it times out?
@marcschaeferger commented on GitHub (Aug 7, 2025):
Also try running a curl command directly from within the Pangolin pod to test connectivity to Wordpress or the Proxy infront of Wordpress...
@Valley8140 commented on GitHub (Aug 8, 2025):
Newt log only shows
Started tcp proxy to zzz.xxx.yy.qq:port#As for curl; do you mean to use curl from within the container? If so; his was the result:
curl: (28) Failed to connect to zzz.xxx.yy.qq port # after 129164 ms: Could not connect to server(zzz etc being the local ip)
@oschwartz10612 commented on GitHub (Aug 8, 2025):
Was this curl request from inside the newt container? If so that would indicate that it cant reach the wordpress website.
But what do you mean by time out? When you visit the site does it just load and nothing happens? Usually if newt cant reach you get a bad gateway error!
How do you have Wordpress deployed and where is newt in relation to it?
@Valley8140 commented on GitHub (Aug 8, 2025):
sorry the above curl command was sent in the Pangolin container, using curl within Newt I can reach the local ip. So, both Newt and Wordpress are on the same server and using the same Docker network. For Wordpress I'm using the setup as described here . Also tried the one here, but same result.
I can reach the Pangolin password stage but after that I'm told "This site can’t be reached...
subdomain.tld.net took too long to respond"
@marcschaeferger commented on GitHub (Aug 9, 2025):
@Valley8140 It is likely that your Nginx configuration is causing the issues when accessing WordPress over Pangolin. Depending on your desired outcome, you may not even need Nginx because of Traefik in the Pangolin Setup.
What is Your Desired Setup?
/wp-admin) is restricted (authentication via Pangolin or similar mechanism) or you want the whole website incl WordPress public?Example: Minimal Demo Setup (Not Production Ready! e.g don't use latest...)
Important notes:
latesttags in production — always specify image versions.Example Screenshots
@Valley8140 commented on GitHub (Aug 14, 2025):
This seems to working quite alright, or at least brings me a lot closer to what I want to achieve. It still does a "Bad Gateway" on me...intermittently. Reloading then gives me the full website (most of the time).
Can this occasional Bad Gateway be avoided by increasing a time out here or there...?
@oschwartz10612 commented on GitHub (Aug 16, 2025):
This smells like a newt issue. Could you post your newt logs and/or turn
on debug for newt (--log-level debug) and see if it is failing to ping
and reconnecting or something? And are you on the latest newt 1.4.1?
@Valley8140 commented on GitHub (Aug 16, 2025):
ERROR: 2025/08/16 08:39:18 Error connecting to target: dial tcp ipnumber:portnumber: connect: connection refused
WARN: 2025/08/16 08:39:47 Periodic ping failed (2 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
WARN: 2025/08/16 08:40:00 Periodic ping failed (3 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
WARN: 2025/08/16 08:40:16 Periodic ping failed (4 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
WARN: 2025/08/16 08:40:16 Connection to server lost after 4 failures. Continuous reconnection attempts will be made.
I have updated to 1.4.1 but that does not seem to make any difference
@oschwartz10612 commented on GitHub (Aug 16, 2025):
The first line:
Seems like it failed to reach the target which is concerning
And the rest of the lines
Indicate that it is failing to ping the cloud.
Wondering if you have some transient network issues here. It seems like
at times newt can both not reach the cloud and the target. Hows your
internet connection? Is it usually stable?
One thing you could try is to increase the ping interval and ping
timeout found in the readme with the cli args or the env vars to make it
less aggressive on timing out the pings and see if that helps.
@github-actions[bot] commented on GitHub (Aug 31, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (Sep 15, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.