-
Notifications
You must be signed in to change notification settings - Fork 118
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
avoiding ssl.session= on JRuby #72
Comments
Yes, that would be fine |
did not rush into this as I stumbled upon an experiment: jruby/jruby-openssl@f12aab2 in jruby-openssl ... where setting the @lolwhitaker would you be interested in confirming it works as expected (since you fired up a PR) ? |
@kares Happy to help with testing if you can guide me a little as to the different scenarios (both positive and negative) you think should be covered. |
@lolwhitaker you could try jruby-openssl 0.9.17 pre-release from: https://oss.sonatype.org/content/repositories/snapshots/rubygems/jruby-openssl/0.9.17.dev-SNAPSHOT/ ... did some testing using |
its just a stub since we can not implement session reuse using the underlying Java security APIs.
users seems to be getting annoyed by our
session=
printing a warning.would that be acceptable if that session= line did a
unless defined? JRUBY_VERSION
check?The text was updated successfully, but these errors were encountered: