I am having issues with wordpress cloudflared tunnel working together

I am hosting wordpress with ols and mariadb. I exposed the website with cloudflared tunnel but the issue is, the website doesn't work properly or load elements as expected. (Note: I cannot portforward due to isp restrictions)
No description
13 Replies
SuperHelpflare
SuperHelpflare4mo ago
Earlier today (June 12th) there was a widespread Google Cloud Platform (GCP) outage affecting Cloudflare, Discord, and many other services. You see the Cloudflare-specific status page and its impact at https://www.cloudflarestatus.com/incidents/25r9t0vz99rp You can view Google's own status page at https://status.cloud.google.com/incidents/ow5i3PPK96RduMcb1SsW An update from Dane, Cloudflare's CTO https://x.com/dok2001/status/1933270392656765397 + https://x.com/dok2001/status/1933272215396688124 Cloudflare has now published a post-mortem on their blog for this incident: https://blog.cloudflare.com/cloudflare-service-outage-june-12-2025
Dane Knecht 🦭 (@dok2001)
We let down our customers at @Cloudflare today. Our Workers KV service failed and the downstream products that rely on that service had outages of their own. We will publish a full postmortem soon. I know that these kinds of incidents have real and serious impact for teams
X
Dane Knecht 🦭 (@dok2001)
@altryne @Cloudflare At the end of the day we are responsible for our availability.
X
The Cloudflare Blog
Cloudflare service outage June 12, 2025
Today, June 12, 2025, Cloudflare suffered a significant service outage that affected a large set of our critical services, including Workers KV, WARP, Access, Gateway, Images, Stream, Workers AI, Turnstile and Challenges, AutoRAG, and parts of the Cloudflare Dashboard.
Chalk
ChalkOP4mo ago
I did restart the tunnel It's not for the outage I set it up 3 days prior and I couldn't figure this issue out Yes Thats my local ip I put "define('WP_HOME', 'http://192.168.0.2'); define('WP_SITEURL', 'http://192.168.0.2');" on my wp-config.php so that I can access it locally as I am having issues with cloudflared tunnel I set up my cloudflared tunnel with these:
# Add cloudflare gpg key
sudo mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | sudo tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null

# Add this repo to your apt repositories
echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared any main' | sudo tee /etc/apt/sources.list.d/cloudflared.list

# install cloudflared
sudo apt-get update && sudo apt-get install cloudflared
# Add cloudflare gpg key
sudo mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | sudo tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null

# Add this repo to your apt repositories
echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared any main' | sudo tee /etc/apt/sources.list.d/cloudflared.list

# install cloudflared
sudo apt-get update && sudo apt-get install cloudflared
Then:
sudo cloudflared service install eyJhIjoiZGMwMjFjNDl(key of some sort)
sudo cloudflared service install eyJhIjoiZGMwMjFjNDl(key of some sort)
Chalk
ChalkOP4mo ago
This is my public hostname setup
No description
Chalk
ChalkOP4mo ago
And this is my proxied CNAME
No description
Chalk
ChalkOP4mo ago
Done, can you try now? For some reason, it redirects to my localip I removed
"define('WP_HOME', 'http://192.168.0.2');
define('WP_SITEURL', 'http://192.168.0.2');"
"define('WP_HOME', 'http://192.168.0.2');
define('WP_SITEURL', 'http://192.168.0.2');"
From my wp-config.php Ah alrighty
define('WP_HOME', 'https://shopera.shop');
define('WP_SITEURL', 'https://shopera.shop');
define('WP_HOME', 'https://shopera.shop');
define('WP_SITEURL', 'https://shopera.shop');
This right?
Chalk
ChalkOP4mo ago
I did, but it still seems to not work
No description
Chalk
ChalkOP4mo ago
Still taking me to local ip oh
Chalk
ChalkOP4mo ago
No description
Chalk
ChalkOP4mo ago
How do I do that? Alrighty Can you see how to fix this on wordpress? Idk why this is happening It shouldn't happen
Chalk
ChalkOP4mo ago
My permalinks seem to be okay
No description
Chalk
ChalkOP4mo ago
I did
Chalk
ChalkOP4mo ago
No description
Chalk
ChalkOP4mo ago
Alright

Did you find this page helpful?