In a few days I would like to switch from Sucuri (used since the time of vbulletin) to Clouflare. First of all, do you advise me to switch to Clouflare? Does it integrate well with Xenforo?
Another thing: at the level of CSM and basic settings of Xenforo I don’t have to change anything right? Should I only change the DNS?
On Sucuri I also have an SSL certificate for https. Does Cloudflare also provide an SSL certificate?
A few years back, I switched from Cloudflare to Sucuri only to come back to Cloudflare 2 days after. You are likely to receive biased opinions on this sub; however, from personal experience, Sucuri has only been on a downhill ever since their original owners sold it.
In terms of DDoS Protection, the current sensor/automatic mitigation of Cloudflare will do significantly better than Sucuri. Still, you need some manual labor in both solutions if the attack is somewhat complex.
Cloudflare JS Challenge is also slightly superior; the CAPTCHA challenge is where I’d argue that Sucuri can outperform Cloudflare, primarily due to HCaptcha not being my choice of preference when it comes to fighting smart bots.
If you have custom rules on Sucuri, you might want to port them to Cloudflare.
I made the switch from Sucuri to Cloudflare for my Xenforo forums ~4-5 yrs ago. My Xenforo forums has been through Cloudflare free, pro, business and now enterprise plans in the past 4+ yrs or so
These settings control the behavior of the internal XenForo HTTP client, which is used to fetch resources from across the internet, such as images and web pages when using the Image and link proxy .
$config['http']['sslVerify'] = null ;
$config['http']['proxy'] = null ;
The sslVerify setting will force the system the verify the SSL certificate of any sites it visits using the SSL/HTTPS when requesting resources. Setting this value to true can be of benefit in some circumstances, but there are a number of ways that SSL certificate verification can fail, resulting in an inability to fetch the resource requested. If in doubt, leave this setting alone.
If you want the internal XenForo HTTP client to perform its requests through a proxy, enter the proxy server’s address in the proxy setting.