jruby-openssl icon indicating copy to clipboard operation
jruby-openssl copied to clipboard

OCSP stapling support

Open p-mongo opened this issue 5 years ago • 0 comments

I am working on OCSP stapling support in MongoDB Ruby driver.

Per https://github.com/ruby/openssl/issues/295 this functionality is currently not provided by MRI's openssl extension.

I have an open PR for MRI adding the support.

From a quick inspection of JRuby source I believe JRuby doesn't implement the required parts either (one needs to set the status extension on the tls context prior to connection and then provide the status callback that is used during connection establishment to verify the stapled response).

p-mongo avatar Sep 10 '20 19:09 p-mongo