[libre-riscv-dev] [Bug 185] Getting 502 Bad Gateway when accessing bugzilla from archive.org

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Thu Apr 2 18:50:46 BST 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=185

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|---                         |High
           Severity|normal                      |critical

--- Comment #6 from Jacob Lifshay <programmerjake at gmail.com> ---
Now I'm getting 502 Bad Gateway from my local computer:
curl --verbose --ipv6 --no-progress-meter http://libre-riscv.org/ &> curl.log
produces:
*   Trying 2a00:1098:82:f::1:80...
* Connected to libre-riscv.org (2a00:1098:82:f::1) port 80 (#0)
> GET / HTTP/1.1
> Host: libre-riscv.org
> User-Agent: curl/7.69.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 502 Bad Gateway
< Server: nginx
< Date: Thu, 02 Apr 2020 17:44:04 GMT
< Content-Type: text/html
< Content-Length: 166
< Connection: keep-alive
<
{ [166 bytes data]
* Connection #0 to host libre-riscv.org left intact
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>

Either we should fix the server's config or remove the IPv6 DNS entry, since it
works through IPv4.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list