Unable to add CRL to https request #4606
Replies: 0 comments 2 replies
-
I was getting the same error as well. after adding intermediate and root CA CRL, i am getting any alternative to the following in nodejs |
Beta Was this translation helpful? Give feedback.
-
Check if the CRL server status is operating normally. After that, try accessing the CRL URL directly. Although not recommended, you can set NODE_TLS_REJECT_UNAUTHORIZED=0 to bypass TLS checking If you have any additional questions, please let me know. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run following code:
But getting following error:
Can someone explain the error and help?
Beta Was this translation helpful? Give feedback.
All reactions