"certificate has expired" error message

22 views
Skip to first unread message

Juan Daniel Cardenas

unread,
May 17, 2023, 4:59:46 PM5/17/23
to floreysoft
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

Daniel Florey

unread,
May 17, 2023, 5:11:30 PM5/17/23
to flore...@googlegroups.com
Hi,
that's strange. When I go to www.ultradox.com it shows a valid certificate.
Is there a way to reproduce it from my end using curl?


--
You received this message because you are subscribed to the Google Groups "floreysoft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to floreysoft+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/floreysoft/b17ce69e-42a1-474c-b968-d9ad8a248e49n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages