Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Cloudflare Error 524
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Cloudflare Error 524

JohnRoeJohnRoe Member
edited October 2014 in Help

I wonder why Cloudflare throw an error on my server which is up?
I can verify the server is up by visiting the ip in my browser.

I checked system log, apache log, no error found.
Btw, I just set the domain on a static site..
I cant figure out how to fix it. Googled and found no solution

The weirder thing is, a subdomain pointed to the same server is up..

example.com - Error 524 
xxx.example.com - No error

both hosted on the same server..

Comments

  • same thing happened to me the other day, and it was due to routing issues with the ISP.

    can you wget from the server?

  • It was a CloudFlare issue. I've also got hundreds of downtime reports today. But if i check myself, it usually up.

  • +1

  • its your dns server issue , change it to googledns 8.8.8.8 , 8.8.4.4


    go in cmd


    ipconfig/flushdns

    ipconfig/release

    ipconfig/renew

    And try

  • @Profforg said:
    It was a CloudFlare issue. I've also got hundreds of downtime reports today. But if i check myself, it usually up.

    I keep getting 522 visiting LET, thought it was LET again. But maybe not because I just got the same error on another site.

  • A 524 error states that CloudFlare was able to make a TCP connection to the origin, but the origin did not reply with a HTTP response before the connection timed out. This means that CloudFlare is able to make a network connection to the origin server, but the origin server took too long to respond to the request.

    A 522 error states that CloudFlare could not make a TCP connection to the origin server before the attempts timed out. This means that CloudFlare was unable to send the http request to the origin as no network connection to the origin server could be established.

    524 and 522 are not the same.

  • @hostnoob said:
    same thing happened to me the other day, and it was due to routing issues with the ISP.

    can you wget from the server?

    yes I can..

    @VPSRAIDSolutions said:
    its your dns server issue , change it to googledns 8.8.8.8 , 8.8.4.4


    go in cmd


    ipconfig/flushdns

    ipconfig/release

    ipconfig/renew

    And try

    It was the first thing I did on that server.

  • guys.. guess what?

    it is getting weirder.. now my domain can be accessed.
    but.. my folder cant..

    example.com - ok
    example.com/folder - Error 524
  • Do any requests, respectively incoming connections, show up on the server when you access it?

  • tuxtux Member

    Also LET give this error sometimes.

  • @alessio said:
    Do any requests, respectively incoming connections, show up on the server when you access it?

    cloudflare said my server offline but there are logs in my server

    @tux said:
    Also LET give this error sometimes.

    yah..

Sign In or Register to comment.