jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Clearing entire cache? What about single urls or media files?Hi @camoeyes,
This will be in the next version of the plugin! We’ve already merged one PR and we have a GitHub issue open tracking some other wordpress hooks which can be used to automatically purge the cache by URL.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Wp-Admin not working with HTTPSHi @bb-4,
@abigailm is correct – you need to update your settings to:
WordPress Address (URL) https://boundforbliss.net
Site Address (URL) https://boundforbliss.nethttps:// instead of http://
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Cloudflare not showing images in Revolution SliderHi @alemones,
What version of the plugin are you running? This thread is very old. If you’re running 1.x of the plugin can you upgrade to 3.x? Have you tried clearing your cache?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Automatic cache purge-HTML PagesForum: Plugins
In reply to: [Cloudflare] Error 500 & out of memory errors in wp-admin onlyIf you’re seeing a stack trace you can put memory_get_usage() along each point in the stack to figure out where the leak is.
-John
Forum: Plugins
In reply to: [Cloudflare] 3.0.6 Mixed ContentForum: Plugins
In reply to: [Cloudflare] Plugin Won’t Activate – Fatal ErrorForum: Plugins
In reply to: [Cloudflare] Is the plugin needed?Hi @tlwh,
Version 1.x doesn’t include “Automatic Cache Purge”, you’ll need to upgrade to 3.x in order to take advantage of that functionality.
There is no setting for “IP Rewrite” – it happens automatically in both plugins.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] 3.0.6 Mixed ContentForum: Plugins
In reply to: [Cloudflare] Subdomains don’t display main zone in dropdownForum: Plugins
In reply to: [Cloudflare] A conjectureSo yeah with regard to http2, its disabled right now while we test a 4k limit fix similar to the one you posted.
The spam submission functionality was removed because the API endpoint that consumed that data was deprecated, if we ever expose it publicly again we’ll bring it back.
The plugin still restores the original visitor IP, code here.
Our goal for the plugin to expose the settings you’re most likely to use so that you can edit them without having to visit Cloudflare.com and more tightly integrate with plugins that have cache purge functionality.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] 3.0.6 Mixed ContentHi @abigailm,
Based on your description both of those files should be getting rewritten. Can you open a support ticket at https://cloudflare.com so we can debug further?
Please reference this page in your ticket.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Subdomains don’t display main zone in dropdownHi @seags,
Sorry can you clarify – what do you see in the active zone selector? I would expect “domain.com” to show up in the active zone selector even though the blog address is “beta.domain.com”. If you’re not seeing that are there any errors in the browsers development console or PHP error log?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] 3.0.6 Mixed ContentHi Guys,
So in 1.x of the plugin we had “Protocol Rewrite” which took “http://” and “https://” and rewrote them to “//”. Automatic HTTPS rewrite works a little differently. It only rewrites “http://” links which Cloudflare knows can be loaded over “https://”. You will still get mixed content warnings on your sites if you have content which can’t be loaded over “https://”.
We dropped support for protocol rewrite because we want to promote encrypted connections.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Can’t login with my email and API numberHi,
I was able to login to my development environment with your credentials. The 403 http status code you’re seeing is “Forbidden”. Is your web host blocking the CloudFlare IP address space?
Thanks,
John