Oleg Pudeyev
Oleg Pudeyev
I am implementing OCSP support in MongoDB Ruby driver. When using JRuby, I am not able to retrieve the OCSP endpoint from the server certificate. [Test code](https://github.com/p-mongo/tests/tree/master/jruby-ocsp): ``` require 'openssl'...
We have a test in the mongo ruby driver which attempts to pass a string as a key in openssl context: https://github.com/mongodb/mongo-ruby-driver/blob/master/spec/mongo/socket/ssl_spec.rb#L240 let(:options) do { :ssl => true, :ssl_cert =>...
### Subject of the issue Example result: { "id": ".\/spec\/mongo\/bulk_write_spec.rb[1:1:1:1:2:10:2:1]", "description": "does not apply the collation", "full_description": "Mongo::BulkWrite#execute when the bulk write is unordered behaves like an executable bulk write...