Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCSP stapling support #211

Open
p-mongo opened this issue Sep 10, 2020 · 0 comments
Open

OCSP stapling support #211

p-mongo opened this issue Sep 10, 2020 · 0 comments

Comments

@p-mongo
Copy link

p-mongo commented Sep 10, 2020

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

Per ruby/openssl#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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant