Hello,
When we POST to Ultradox the service responds CERT_HAS_EXPIRED
POST
function callUltradox(ultradoxId, body, reqId) {
return new Promise(function (resolve, reject) {
request({
method: 'POST',
baseUrl: '
https://www.ultradox.com',
url: '/call/' + ultradoxId,
headers: {
'X-Request-Id': reqId
},
body: body,
json: true
}
});
});
}
RESPONSE
message=certificate has expired, stack=Error: certificate has expired
at TLSSocket.<anonymous> (_tls_wrap.js:1105:38)
at emitNone (events.js:106:13)
at TLSSocket.emit (events.js:208:7)
at TLSSocket._finishInit (_tls_wrap.js:639:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38), code=CERT_HAS_EXPIRED
We need your help fixing this asap as we use Ultradox in a critical process.
Best regards,
JD