Closed
Description
Hi,
I'm getting an issue (rest-client/rest-client#302). Seems like error stored here (https://github.com/jruby/jruby-openssl/blob/master/src/main/java/org/jruby/ext/openssl/x509store/Store.java#L268) isn't recovered here (https://github.com/jruby/jruby-openssl/blob/master/src/main/java/org/jruby/ext/openssl/X509Store.java#L173). So thrown exception hasn't any message.
Shouldn't X509Error
s be recovered before thowing the exception.
Thanks!