help
help copied to clipboard
How to honor CRL if session resumption (using Session identifiers) is implemented? #
Node.js Version
v20
NPM Version
v10
Operating System
mac
Subsystem
tls
Description
In my current setup, i have implemented session resumption (using Session identifiers) to our mTLS service.
Now, i want to add CRL feature as well. I believe, if session resumption is happening , then certs/keys/CRL won't come into picture. right?
So, how can i implement this? any guidance will be helpful
More details on : https://github.com/orgs/nodejs/discussions/55494
Minimal Reproduction
No response
Output
No response
Before You Submit
- [X] I have looked for issues that already exist before submitting this
- [X] My issue follows the guidelines in the README file, and follows the 'How to ask a good question' guide at https://stackoverflow.com/help/how-to-ask