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
We are using Axios library and code is in Node JS. When we hit this endpoint, https://ta-reporting.bt.siemens.com/api/v1/HORIZON/launch/import
we are getting following error
(node:50) UnhandledPromiseRejectionWarning: Error: unable to verify the first certificate
UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6)
(node:50) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Till yesterday it was working fine.
The text was updated successfully, but these errors were encountered:
paritporeddiwar
changed the title
[Help Required]: Getting error : unable to verify the first certificate
[Help wanted]: Getting error : unable to verify the first certificate
Nov 9, 2021
Hello @paritporeddiwar !
Does this problem still exist?
Seems that the problem associated with self-signed certificates. You can find the details and possible solutions in this issue.
Hi Guys,
We are using Axios library and code is in Node JS. When we hit this endpoint,
https://ta-reporting.bt.siemens.com/api/v1/HORIZON/launch/import
we are getting following error
(node:50) UnhandledPromiseRejectionWarning: Error: unable to verify the first certificate
UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6)(node:50) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Till yesterday it was working fine.
The text was updated successfully, but these errors were encountered: