jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Encryption at rest of cloudflare_api_keyAll valid points. I’m not opposed to this idea. I’ve opened PI-1230 internally to track adding this to the WordPress plugin.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Encryption at rest of cloudflare_api_keyHi,
We don’t encrypt the API key because there is no way to securely store the decryption key. In order to steal your API key you would need install a malicious plugin or your server would have to be compromised. In either of these cases the attacker would have access to the decryption key (or the plain text API key) so encrypting it doesn’t help much.
That being said if you’re aware of a way we could store the API key more securely we would love to hear!
Thanks,
JohnForum: Reviews
In reply to: [Cloudflare] Cpmpletely unusableHi,
This is the official Cloudflare WordPress plugin. You can be sure because we link to this plugin on our blog in this blog post:
https://blog.cloudflare.com/new-wordpress-plugin/
We don’t support Iridium but if you answer a few questions I might be able to help you figure out why it won’t load in IE!
Which version of IE are you using?
Are there any errors in the browser console?
Are there any errors in the PHP error log?Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Possible security issue for cloudflare usersThanks @abigailm!
I’ve forwarded this to our security team and I’ll follow up when we know more.
-John
Forum: Plugins
In reply to: [Cloudflare] Plugin Setting not showingAh the plugin isn’t loading. Do you see any errors in the browser console?
Forum: Plugins
In reply to: [Cloudflare] Plugin Setting not showingAnd which plugin settings are missing after you define those constants?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Plugin Setting not showingHi,
Can you elaborate on what you mean by a “cookie free domain”? The plugin calls our API to modify the settings on your Cloudflare account and doesn’t use cookies to accomplish this.
Which plugin settings are missing?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Won’t work on domain mapped networkDo you have this plugin installed?
http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Won’t work on domain mapped networkHi,
Unfortunately we don’t officially support WordPress MU. That being said are you on the latest version of the plugin? I think the scenario you’re describing was fixed in this PR.
We welcome PRs from the community as well if you can fix this in a way that is backwards compatible with non-WordPress MU installations.
Thanks,
John- This reply was modified 8 years, 9 months ago by jwineman.
Forum: Reviews
In reply to: [Cloudflare] Doesn’t work at allHi,
Sorry to hear that! Can you give us some more information about what wasn’t working? Which features on your dashobard don’t work? Did you see any errors?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Cached post for logged in userUnfortunately no. Excluding the admin and preview URL schemes doesn’t change the fact that WordPress will show the admin bar at the top if you’re logged in. The only way Cloudflare supports this functionality is by checking for the cookie.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Cached post for logged in userHi,
You might be interested in our Bypass cache by cookie functionality here:
https://support.cloudflare.com/hc/en-us/articles/236166048Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Automatic Cache Management and Large Custom MenusHi @ekyle,
We hook on these actions for ACM:
https://github.com/cloudflare/Cloudflare-WordPress/blob/master/cloudflare.loader.php#L55-L58Do you know which hook is triggering the time out?
Are there any errors in the PHP error log?
Are you able to provide us with sample arguments being passed to those hooks so we can try to reproduce and debug?Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] /wp-admin/admin-ajax.php?action=cloudflare_proxy 404 (Not Found)Hi,
Usually this error:
Uncaught SyntaxError: Unexpected token < in JSON at position 0
Indicates a 500 error on the server side. What is the error in the PHP error logs?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Server Push brokenThe problem is that neither Cloudflare nor the other plugin I mentioned allows for manual determination of which assets to push.
I might be wrong but I think this goes against how HTTP2 is intended to be used. The speed benefits of HTTP2 are because <all/em> the assets are loaded in parallel instead of sequentially. If you only load some of the assets over HTTP2 and some over HTTP you negate the full benefits of using HTTP2.
We’re actively looking for better ways to detect the max header size available but its difficult since so much of it is environment specific, which is why we removed the feature from the GUI and into a flag.
Thanks,
John