Ajie
Member
Dear All,
I'm experiencing 520 error with Cloudflare and I have no idea what's is going on.
My VPS seems online and working but sometimes I get 520 error and sometimes it get back online.
Is this something to do with Mailwizz?
I asked Cloudflare support and their response is:
Thank you for contacting Cloudflare Support. Sorry to hear that you are experiencing some difficulties here.
A 520 error happens when your origin returns a response that is unexpected. It is a general catch all failure message for a few different errors.
There are three key instances where this can happen our experience:
Any support will be much appreciated
Thanks,
Ajie
I'm experiencing 520 error with Cloudflare and I have no idea what's is going on.
My VPS seems online and working but sometimes I get 520 error and sometimes it get back online.
Is this something to do with Mailwizz?
I asked Cloudflare support and their response is:
Thank you for contacting Cloudflare Support. Sorry to hear that you are experiencing some difficulties here.
A 520 error happens when your origin returns a response that is unexpected. It is a general catch all failure message for a few different errors.
There are three key instances where this can happen our experience:
- Your web server or networking equipment (Firewall, Load Balancer) reset the TCP connection after it was established. Sometimes when a web server crashes it will reset the connection. Check your web server error log or intermediary devices like a firewall/load balancer at the timestamp that the error occurred in and look for any error messages that may suggest a TCP reset.
- Your web server returned an invalid response that exceeded our limits. Often this can happen if your web server is returning too many/too large headers. This is often caused by runaway scripts that return too many cookies, for example. The Code Igniter PHP framework has some known bugs around this too.
- Your origin is returning an 'empty response', when it is being queried.
Any support will be much appreciated
Thanks,
Ajie