Unable to add CRL to https request #55105
Replies: 2 comments
-
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.
-
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