timeout. i wonder if cloudflare is creating a loop when an email is sent in php? our htacess has a redirect turning all http to https. i wonder if cloudflare is doing this too and creating a loop. how do i get cloudflare to stop doing that?
What steps have you taken to resolve the issue?
the only way to stop this is bypass cloudflare. the webpages in question have run perfectly without cloudflare. i believe cloudflare is causing a loop,
Make sure your mail subdomain is set to DNS only. Although Cloudflare will automatically work round it, you will probably also want to set your MX record to point to mail.example.com as well as it is currently set to example.com which will be proxied when you enable it. Cloudflare will publish an MX record starting _dc-mx to work round this, but you may prefer to see the MX record as set.
thanks for all your help!!!
unfortunately i had already tried with the mail subdomain set to dns only and it still had problems.
i do not know if this helps, but we do have another website running on the same server (and same settings) that works in cloudlfare.
i did your tool check and here is the beginning of the id: check?4e302fa4af8744ffb68d9
thank you!!!
i finally figured out the problem. it happened when there was an email sent in php, the redirect was a confounding variable. because our server’s email address was set to example.com instead of mail.example.com, cloudflare and our server did not play well together