In –http endpoint auth=true may cause the problem to connect with Metamask.
In the context of an Ethereum node’s JSON-RPC interface, setting –http.server to auth=true means that you are enabling authentication for the HTTP-based JSON-RPC server. This means that when you send JSON-RPC requests to the node’s HTTP endpoint, you will need to provide valid credentials for authentication. Authentication is a security feature that helps protect the …
In –http endpoint auth=true may cause the problem to connect with Metamask. Read More »