Unable to hit zoom api from my local node js express server

Getting this error while creating meeting from inside local express server, i searched google for solutions but non has worked
{ Error: Hostname/IP doesn’t match certificate’s altnames: "Host: localhost. is not in the cert’s altnames: DNS:.zoom.us, DNS:zoom.us"
at Object.checkServerIdentity (tls.js:221:17)
at TLSSocket. (_tls_wrap.js:1104:29)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:628:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:458:38)
reason: 'Host: localhost. is not in the cert’s altnames: DNS:
.zoom.us, DNS:zoom.us’,

Hey @viraz.malhotra,

Please provide your code snippet and which Zoom API you are calling so we can help debug.

Thanks,
Tommy