jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Plugin Activated, But still reporting all IPs as Cloudflare IPsHey,
So there isn’t supposed to be a checkbox. I was confused because the version of the plugin I’ve been using recently is the rewrite you found (http://github.com/cloudflare/cloudflare-wordpress).
There have been changes made to cf-ip-rewrite in the redesign but mainly in how the code is organized, not in how it functions.
My only thought is that we hook the ip rewrite functionality on to the ‘init’ wordpress hook. Its possible that the other plugins you have are executing before our plugin rewrites the IP.
-John
Forum: Plugins
In reply to: [Cloudflare] Plugin Activated, But still reporting all IPs as Cloudflare IPsDo you see any errors in the php error_log?
Forum: Plugins
In reply to: [Cloudflare] Plugin Activated, But still reporting all IPs as Cloudflare IPsHi,
The plugin contains a checkbox for restoring the visitor’s IP which must be enabled in order for that functionality to happen, have you enabled this checkbox?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] CDN is not workingHi,
Can you be more specific about what you mean by “I can’t see the CSS, JS, from the CDN network”? Is your CSS and JS giving a 404 error?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Not able to connect FTP after I moved to CloudflareHi,
Try one of the two solutions in this KB article and let us know if that fixes your issue!
https://support.cloudflare.com/hc/en-us/articles/200169346-Using-FTP-with-CloudFlare-
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] URL's are without "http://"Hi,
Are the links being changed to “domain.tld” or “//domain.tld”? My assumption is “//domain.tld”. This is a feature of the plugin, its called protocol rewrite. You can read more about this feature below:
The point of the feature is to avoid mixed content warnings that browsers show if you don’t load all the assets on a website over the same type of connection. You can turn it off in the CloudFlare plugin if you don’t want to use it as well.
Thanks,
JohnNo but the SSL configuration on that server appears to be broken.
The CloudFlare API calls happen over HTTPS and those calls are failing because your server can’t verify the authenticity of the certificates.
Warning: Problem with the SSL CA cert (path? access rights?) in /siteroot/wp-content/plugins/cloudflare/cloudflare.php on line 406
The error is due to corrupt or missing SSL chain certificate files in the PKI directory.
I’m not sure exactly what is wrong but its a server configuration issue and not an issue with the plugin itself. You can try something like this:
http://blog.unixy.net/2013/08/curl-77-problem-with-the-ssl-ca-cert-path-access-rights-resolved/Thanks,
JohnIts possible those errors are the root cause of your issue. If you fix them it will be easier to determine whether or not this is a CloudFlare issue.
If you log into CloudFlare.com do you see the settings as you expect even if the plugin isn’t displaying them correctly?
Forum: Plugins
In reply to: [Cloudflare] Stripe ConflictIt looks like the redirect is triggering the Stripe error. Someone ran into a similar issue here: https://github.com/tyler-johnson/stripe-meteor/issues/25#issuecomment-74809964
Their fix still uses //
https://github.com/tyler-johnson/stripe-meteor/commit/26064fdd31a0e973e6a324142c37db2f5a069287#diff-d065981216bf33ecb6d10f2b81b58dadR1But they use wrote custom JS to load the Strip JS AFTER the page itself has loaded.
You’ll probably need to do something similar since you can’t turn off protocol rewrite.
Let me know if that works.
-John
Forum: Plugins
In reply to: [Cloudflare] Stripe ConflictHi,
It looks like your origin is down, I’m unable to view the page.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Stripe ConflictIs the affected page https://www.peoplespunditdaily.com/digital-subscriptions/?
Forum: Plugins
In reply to: [Cloudflare] Stripe ConflictHey,
You can do page specific page rules. Just paste the full URL without any wildcards.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Stripe ConflictHi,
If you enable protocol rewrite and you need stripe to load over HTTPS then you need to force all requests to load over HTTPS. This can be accomplished with a page rule:
Otherwise your only option is to disable protocol rewrite.
Let me know if that fixes your issue.
Thanks,
John