Hi, I can’t call external APIs from codeless business logic because of the error as below.
How can I do that?
My APP ID is 266698BD-2813-9345-FF71-2A5EB13EA600 .
Thanks in advance,
19:07:46 | SERVER_CODE | ERROR | [25443] Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate’s altnames: Host: api.backendless.com. is not in the cert’s altnames: DNS:*.gnavi.co.jp, DNS:gnavi.co.jp at Object.checkServerIdentity (tls.js:288:12) at TLSSocket.onConnectSecure (_tls_wrap.js:1484:27) at TLSSocket.emit (events.js:310:20) at TLSSocket.EventEmitter.emit (domain.js:505:15) at TLSSocket._finishInit (_tls_wrap.js:917:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:687:12)
Only one more question please.
Can I pass the security tokens in headers and call twitter api through this api?
I don’t know how to handle passed headers to http/s call block.