help icon indicating copy to clipboard operation
help copied to clipboard

How to honor CRL if session resumption (using Session identifiers) is implemented? #

Open kumarrishav opened this issue 4 months ago • 0 comments

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

kumarrishav avatar Oct 22 '24 17:10 kumarrishav