FiloSottile/mkcert

404 when downloading latest release from GH

pat-s opened this issue · 2 comments

pat-s commented

Started today, might be temporary. Though GH status doesn't show any issues.

curl -vJLO 'https://dl.filippo.io/mkcert/latest?for=linux/x86_64'

< HTTP/2 404
< server: GitHub.com
< date: Mon, 26 Jun 2023 16:01:20 GMT
< content-type: text/plain; charset=utf-8
< vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With
< cache-control: no-cache
< strict-transport-security: max-age=31536000; includeSubdomains; preload
< x-frame-options: deny
< x-content-type-options: nosniff
< x-xss-protection: 0
< referrer-policy: no-referrer-when-downgrade
< content-security-policy: default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'
< content-length: 9
< x-github-request-id: F4E2:0FBE:87CFAE3:89AB2C0:6499B650
<
{ [9 bytes data]
100     9  100     9    0     0     15      0 --:--:-- --:--:-- --:--:--     0
* Connection #1 to host github.com left intact

x86_64 never worked, the Go GOARCH name is amd64.

pat-s commented

Ah my bad, issue on our side. Thanks for the prompt response, helped us! 🙂