wasmerio/setup-wasmer

Wasmer setup fails on CI due to RequestError

itsankitkp opened this issue · 1 comments

Setup for wasmer fails with following error

Run wasmerio/setup-wasmer@v2
  with:
  env:
<snip>
Download the installer.
  (node:1767) UnhandledPromiseRejectionWarning: RequestError: Hostname/IP does not match certificate's altnames: Host: get.wasmer.io. is not in the cert's altnames: DNS:*.netlify.app, DNS:netlify.app
<snip>
UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)

This is working fine now. Closing this issue.