chromium/hstspreload.org

Redirect error: INTERNAL_ERROR

stmos opened this issue · 3 comments

stmos commented

I have 3 sites with the same exact Nginx + SSL configuration. I was able to submit two of them, while on the third one I always get the same error:

Error: Error following redirects
Redirect error: Get https://www.mysite.com/: stream error: stream ID 1; INTERNAL_ERROR

Any ideas on what may be wrong? Thanks.

Are you certain the configuration is the same on the www subdomain?

If so, any chance you're able to share which domain?

Also, are you able to reproduce using the command line tool in https://github.com/chromium/hstspreload?

Is there any chance you're doing something odd with HTTP/2 Trailers on that 3rd site?

stmos commented

Nevermind, it was a configuration issue. We previously blocked the user agent "Go-http-client" on that specific site (via Nginx) due to aggressive scraping. I'll close this, thanks!