Http call fails "unable to verify the first certificate"

[09:17:15.177] ... Error: unable to verify the first certificate

Is that something known?
I do a simple http.get request like this:

await http.get(
      `${var_url ?? ''}/users`,
      request_options
    );