sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.04k stars 280 forks source link

Cannot connect to https://alpine-pkgs.sgerrand.com/ via CloudFlare #211

Closed vkhramtsov closed 4 months ago

vkhramtsov commented 4 months ago

Unfortunately I cannot connect to site via CloudFlare. According to report/screenshot image Your site does not respond. Would you be so kind to check and fix it?

Thank you in advance.

muffin87 commented 4 months ago

Same here! Since this morning, I can't access the endpoint anymore:

curl -Lv https://alpine-pkgs.sgerrand.com/
*   Trying 104.21.21.199:443...
* Connected to alpine-pkgs.sgerrand.com (104.21.21.199) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=alpine-pkgs.sgerrand.com
*  start date: Mar  2 03:21:13 2024 GMT
*  expire date: May 31 03:21:12 2024 GMT
*  subjectAltName: host "alpine-pkgs.sgerrand.com" matched cert's "alpine-pkgs.sgerrand.com"
*  issuer: C=US; O=Let's Encrypt; CN=E1
*  SSL certificate verify ok.
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://alpine-pkgs.sgerrand.com/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: alpine-pkgs.sgerrand.com]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.4.0]
* [HTTP/2] [1] [accept: */*]
> GET / HTTP/2
> Host: alpine-pkgs.sgerrand.com
> User-Agent: curl/8.4.0
> Accept: */*
>
< HTTP/2 522
< date: Fri, 15 Mar 2024 07:30:00 GMT
< content-type: text/plain; charset=UTF-8
< content-length: 15
< report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FbKohPOWs5fO2KbDiyXeASv6UUe3c9AOa5l3ESQMMEhbaurDy4GizFzZHWg%2Fz7M7ry%2BOQkEvS5SEIHd4ygbslJjRR27LfQfLYSbHtnm0v%2FhXimCIB5oBPn8718aZH1mLppb5arTCFy48DbA%3D"}],"group":"cf-nel","max_age":604800}
< nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< x-frame-options: SAMEORIGIN
< referrer-policy: same-origin
< cache-control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< expires: Thu, 01 Jan 1970 00:00:01 GMT
< server: cloudflare
< cf-ray: 864acaea2d948ebe-FRA
< alt-svc: h3=":443"; ma=86400
<
* Connection #0 to host alpine-pkgs.sgerrand.com left intact
error code: 522%
vkhramtsov commented 4 months ago

Now it works, thank you!