dcdao / community-rpc

1 stars 0 forks source link

Occasional error for darwinia provide by hukfrog #9

Open fewensa opened 1 year ago

fewensa commented 1 year ago

Related #3

$ curl -vvv https://darwinia-rpc.darwiniacommunitydao.xyz
*   Trying 198.18.0.43:443...
* Connected to darwinia-rpc.darwiniacommunitydao.xyz (198.18.0.43) port 443 (#0)
* schannel: disabled automatic use of client certificate
* ALPN: offers http/1.1
* ALPN: server accepted http/1.1
* using HTTP/1.1
> GET / HTTP/1.1
> Host: darwinia-rpc.darwiniacommunitydao.xyz
> User-Agent: curl/8.0.1
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Mon, 26 Jun 2023 02:31:41 GMT
< Content-Type: text/html; charset=utf-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< x-envoy-upstream-service-time: 79
< CF-Cache-Status: DYNAMIC
< Server: cloudflare
< CF-RAY: 7dd209103c681fc2-HKG
< alt-svc: h3=":443"; ma=86400
<
<!DOCTYPE html>
<html>
<head>
<title>Not Found</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>The page you requested was not found.</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
Please try again later.</p>
<p>The server is powered by <a href="https://github.com/fatedier/frp">frp</a>.</p>
<p><em>Faithfully yours, frp.</em></p>
</body>
</html>
[2023-06-26T02:31:40.956Z] "GET / HTTP/1.1" 404 - 0 489 79 79 "58.152.48.159, 58.152.48.159" "curl/8.0.1" "a6f652aa-cc47-4c2b-9dfe-93689533ef07" "localhost" "54.250.172.141:9933"

@hukfrog Can you please check it?

fewensa commented 1 year ago

Maybe not your node issue, I will investigate this.

fewensa commented 1 year ago

Are you use frp to proxy you node rpc? @hukfrog I'll down your rpc first until we find the reason for this, hope your understanding