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
    );

Is still an issue… What could be the reason? @Leo I will DM you the server name if you want to inspect the certificate.

1 Like