Hi,
However, the TLS module seems to support CRL in that it has "crl" has an optional parameter. The HTTPS module is built on top of TLS, but CRL support doesn't seem to extend to the HTTPS module in my testing.
Am I correct in assuming that I cannot create a secure https server in NodeJS (i.e. using https.createServer) that supports CRL?
Thanks,
Richie