openresty / openresty.org

Code and data for the openresty.org site
https://openresty.org
1.26k stars 289 forks source link

HTTP protocol errors from website #117

Closed mamacdon closed 4 years ago

mamacdon commented 4 years ago

When I load https://openresty.org/en/ in Firefox, I get a connection error.

image

Perhaps related, package installations using opm are also failing with HTTP2 protocol errors.

$ docker run openresty/openresty:1.15.8.3-0-buster-fat sh -c \                                                                 130 ↵
  "curl -sS -i -A 'opm 0.0.5 (x86_64-linux-gnu-thread-multi, perl v5.28.1)' \
  'https://opm.openresty.org/api/pkg/fetch?account=cdbattags&name=lua-resty-jwt&op=&version='"
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
HTTP/2 302 
date: Thu, 02 Apr 2020 16:58:05 GMT
content-type: text/html
content-length: 158
set-cookie: userid=00000a00000421e4fce8204c; Expires=Fri, 02-Apr-21 16:58:05 GMT; Max-Age=31536000; Domain=openresty.org
x-file-checksum: 9e7cd1b7-d4b0-b7f3-258d-4208c20f9d7a
location: /api/pkg/tarball/cdbattags/lua-resty-jwt-0.2.0.opm.tar.gz
expires: Thu, 02 Apr 2020 17:01:05 GMT
cache-control: max-age=180
server: OpenResty Edge 2
req-id: 00000a00000421e4fce8204c
edge-cache-age: 22444
cache-status: EXPIRED
mamacdon commented 4 years ago

Seems to have been fixed. Closing