With CKeditor module active on sites proxied by CloudFlare, you can suffer annoyingly HTTP 524 error timeouts (when your server reaches above 100 secs to send response) very frecuently. I've found that it happens because the ckeditor.xss process doesn't return control to the add node main process in accurately time.
You can bypass this switching to "plain text editor" after you added the content and just before sending the post.
I would like to give a code solution, but my php skills are not enough.
I open this issue in order to give a bypass for those that encounter this problem and, hoppingly, more skilled developer could find a solution.

Comments

Oldno7w created an issue. See original summary.

Oldno7w’s picture

Assigned: Oldno7w » Unassigned
Oldno7w’s picture

I must beg pardon to all of you. The problem is not about CKeditor, but in the antispam module. I mixed the result of the probes I was doing. Now is clear that if you have enabled the email notifications in the general antispam config form, the system could last more than 100 seconds in returning control to the main form... and Cloudflare close the connection with a 524 timeout error.
Please, any maintainer, close this issue.

vokiel’s picture

Status: Active » Closed (works as designed)