$ curl -I -X HEAD https://redis.io/ HTTP/1.1 404 Not Found
Returning 405 'Method Not Allowed' on a HEAD isn't unreasonable, and that is the issue we are seeing.
EDIT: did say GET on prior edit.
I think you meant "on a HEAD".