TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is a user's recourse when Cloudflare is down?

2 点作者 batbomb将近 6 年前
I guess post on HN and hope for upvotes.<p>Several websites behind CloudFlare are failing to load for me, notably for me, anaconda.org (104.17.92.24). Other sites have also been flaky.<p>Cloudflare&#x27;s own support page has the error:<p><pre><code> $ curl -Lv https:&#x2F;&#x2F;dash.cloudflare.com&#x2F;redirect?account=support * Trying 104.19.197.29... * TCP_NODELAY set * Connected to dash.cloudflare.com (104.19.197.29) port 443 (#0) * ALPN, offering h2 * ALPN, offering http&#x2F;1.1 * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH * successfully set certificate verify locations: * CAfile: &#x2F;etc&#x2F;ssl&#x2F;cert.pem CApath: none * TLSv1.2 (OUT), TLS handshake, Client hello (1): * LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to dash.cloudflare.com:443 * stopped the pause stream! * Closing connection 0 </code></pre> I&#x27;ve emailed support@cloudflare.com about this. I&#x27;m supposed to create an account, which is only possible at, Surprise!, https:&#x2F;&#x2F;dash.cloudflare.com&#x2F;login:<p>&gt; Hi there,<p>&gt; Thanks for writing to Cloudflare Support.<p>&gt; While we would like to assist you with your inquiry, for the security and privacy of our users we can only work with the account holder directly, but your email address is not listed as the owner of any Cloudflare account.<p>&gt; If you are a Cloudflare account holder, please submit a new support request from the email address you used to register your Cloudflare account. Note that you can also open a ticket directly through the Cloudflare dashboard following these steps:<p>&gt; 1. Log in to your Cloudflare account &lt;https:&#x2F;&#x2F;dash.cloudflare.com&#x2F;login&gt; and click on &#x27;Support&#x27; in the top right corner, which will take you to our Help Center.<p>I&#x27;ve had workaround using a VPN in the USA, but that&#x27;s really slowing my work down and obviously this doesn&#x27;t work for everyone.

2 条评论

phillipseamore将近 6 年前
Ping or mtr 104.17.92.24. Any loss? Route seems to be correct? I.e. doesn&#x27;t look like it&#x27;s being proxied with your ISP etc.<p>Does a regular HTTP request work? curl -v <a href="http:&#x2F;&#x2F;cloudflare.com" rel="nofollow">http:&#x2F;&#x2F;cloudflare.com</a> If that replies wanting to redirect you to the HTTPS site I&#x27;d guess you are looking at either a problem with libressl or certs on your system.<p>You might also be coming from an IP or network that Cloudflare has simply blocked.
gtsteve将近 6 年前
It might be a local routing problem that will soon be resolved, but if this has been going on for a long time then perhaps nobody has noticed.<p>You could write to the owners of this website and ask if they&#x27;d be willing to let you access their origin URL directly. I think many would refuse but it might be worth trying your luck.<p>Aside from that I&#x27;m not really sure what you could do. Perhaps mention what country&#x2F;city you&#x27;re in and your ISP and see if local HN users can replicate your results.