haproxy err: ERR_HTTP2_SERVER_REFUSED_STREAM
-
I've got haproxy providing https for my netgear GSS180E switch and can load up the switch's admin login page fine, but when I plug in the password & submit, I keep on getting:
The webpage at https://habu/login.cgi might be temporarily down or it may have moved permanently to a new web address. ERR_HTTP2_SERVER_REFUSED_STREAM
It appears the netgear page maybe using some frames or passing back some headers but not sure if this is related at all.
<body onload="RedirectToLoginPage();"> </body> </html> HTTP/1.1 200 OK Connection: close X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Content-Type: text/html Cache-Control: no-cache Expires: -1
Unfortunately the logging doesn't provide anything useful beyond the request going to the login.cgi...
I've tried to enable Forwardfor in haproxy but this didn't make a difference. Not familiar with this error and none of the stuff I've read makes sense to me.
Could someone help me understand what's going on and how to resolve or troubleshoot this. TIA.
-
@netmind said in haproxy err: ERR_HTTP2_SERVER_REFUSED_STREAM geometry dash scratch:
I've got haproxy providing https for my netgear GSS180E switch and can load up the switch's admin login page fine, but when I plug in the password & submit, I keep on getting:
The webpage at https://habu/login.cgi might be temporarily down or it may have moved permanently to a new web address. ERR_HTTP2_SERVER_REFUSED_STREAM
It appears the netgear page maybe using some frames or passing back some headers but not sure if this is related at all.
<body onload="RedirectToLoginPage();"> </body> </html> HTTP/1.1 200 OK Connection: close X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Content-Type: text/html Cache-Control: no-cache Expires: -1
Unfortunately the logging doesn't provide anything useful beyond the request going to the login.cgi...
I've tried to enable Forwardfor in haproxy but this didn't make a difference. Not familiar with this error and none of the stuff I've read makes sense to me.
Could someone help me understand what's going on and how to resolve or troubleshoot this. TIA.
Hello, I got the same error. Did you find any solution to solve it?
-
Hello,
exactly the same issue with a RDweb (rds gateway) server behind with a letsencrypt certificate.
Does someone have a fix?
Regards