You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ml-api-adapter does not support calling call-back end-points that are provided with untrusted certificates.
This is the error provided by the call-back code:
Error: self signed certificate
at TLSSocket.<anonymous> (_tls_wrap.js:1103:38)
at emitNone (events.js:106:13)
at TLSSocket.emit (events.js:208:7)
at TLSSocket._finishInit (_tls_wrap.js:637:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:467:38) {code: DEPTH_ZERO_SELF_SIGNED_CERT,
stack: Error: self signed certificate
at TLSSocket.<a…TLSWrap.ssl.onhandshakedone (_tls_wrap.js:467:38),
message: self signed certificate}
Resolution
This can be resolved by either 1 of the 2 options:
A simulator end-point that utilizes a trusted certificate is provided
Mojaloop OSS Team updates the ml-api-adapter to ignore untrusted certificates (recommended)
Mojaloop OSS Team updates the ml-api-adapter to utilise a provided certificate
The text was updated successfully, but these errors were encountered:
Issue
ml-api-adapter does not support calling call-back end-points that are provided with untrusted certificates.
This is the error provided by the call-back code:
Resolution
This can be resolved by either 1 of the 2 options:
The text was updated successfully, but these errors were encountered: