This site can’t be reached. The web page at https://1.2.3.4/ (IP address) might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSE
If I run curl command it says
HTTP/2 444
What is HTTP/2 444 error code? Is this normal?
It is a HTTP status code. Typically created by Nginx web server. It instruct nginx (or any other web server) to close the connection without sending a response to the client (in this case Firefox or Chrome or curl command), most commonly used to deny malicious or malformed requests access. There is nothing you can do. This is controlled by server. The best you can do is contact website operator and let them know about it. For example