molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 187 forks source link

OCSP stapling support #160

Open bjb568 opened 8 years ago

bjb568 commented 8 years ago

It is possible with the https module to enable OCSP stapling with the ocsp module. Can http2 get this same functionality?

nwgh commented 8 years ago

That would likely require a lot of effort, so it's not high on the list. However, OSCP stapling is a Good Thing for web perf, so this definitely goes on the backlog.