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

WARNING: SSLSocket#session= is not supported #87

Closed
lolwhitaker opened this issue Mar 25, 2016 · 2 comments
Closed

WARNING: SSLSocket#session= is not supported #87

lolwhitaker opened this issue Mar 25, 2016 · 2 comments
Milestone

Comments

@lolwhitaker
Copy link

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.

WARNING: SSLSocket#session= is not supported

It looks like this was just not implemented. Its pretty annoying, but is it something I should be concerned about?

@kares kares closed this as completed Mar 29, 2016
@kares
Copy link
Member

kares commented Mar 29, 2016

something is using session= from the net/http stack but we can not implement session swapping on Java APIs. it is safe to ignore in this case - we have the method for compat but net/http doesn't care much if it works.

@lolwhitaker
Copy link
Author

great, thank you for the 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

2 participants