-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
WARNING: SSLSocket#session= is not supported #3765
Comments
opened: drbrain/net-http-persistent#72 to see what they think about removing |
…gine is setup ... hopefully the now removed `session=` warning won't confuse users as we do not do much except for copy-ing the timeout - although the underlying engine should now have an explicit hint not to create new sessions! resolves cases such as jruby/jruby#3765
👍 |
Since updating to 0.9.17-java we're now seeing problems trying to open sessions -- it looks like this change is probably to blame.
|
Created #3974 |
@kares Any progress on this? I was hoping we'd be able to ignore |
it (kind of) is supported - was an empty stub up till 0.9.17 ... now it tries to force session re-use in 0.9.17. |
Hello. I've seen this WARN log frequently in our builds during the bundler process as well as when using the net-http-persistent adapter running jruby 1.7.22.
It looks like this was just not implemented. Its pretty annoying, but is it something I should be concerned about? I asked the same question in the jruby-openssl project but it was closed without any response.
#3635 also mentions this warning in 9.0.5.0...
jruby 1.7.22 (1.9.3p551) 2015-08-20 c28f492 on Java HotSpot(TM) 64-Bit Server VM 1.8.0_65-b17 +jit [darwin-x86_64]
The text was updated successfully, but these errors were encountered: