How to honor CRL if session resumption (using Session identifiers) is implemented? #55494
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
server side CRL check
client side CRL check
Something like above ^^ and if it's authorized, then implement the CRL/certificate check by ourselves, assuming session resumption was done? Basically, do i need to implement by myself? I was hoping nodejs takes care of it internally . cc: @bnoordhuis any help/guidance is appreciated. |
Beta Was this translation helpful? Give feedback.
-
I've closed this in favor of nodejs/help#4495, as the help repo is probably a better place for this kind of question |
Beta Was this translation helpful? Give feedback.
I've closed this in favor of nodejs/help#4495, as the help repo is probably a better place for this kind of question