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

undefined method alpn_protocols= in OpenSSL::SSL::SSLContext #128

Closed
HoneyryderChuck opened this issue Mar 29, 2017 · 1 comment · Fixed by #247
Closed

undefined method alpn_protocols= in OpenSSL::SSL::SSLContext #128

HoneyryderChuck opened this issue Mar 29, 2017 · 1 comment · Fixed by #247

Comments

@HoneyryderChuck
Copy link
Contributor

HoneyryderChuck commented Mar 29, 2017

The alpn callbacks have been part of CRuby since 2.3

http://ruby-doc.org/stdlib-2.3.0_preview1/libdoc/openssl/rdoc/OpenSSL/SSL/SSLContext.html

  • alpn_protocols=
  • alpn_select_cb

Previously, in ruby 2.2, npn_protocols callbacks had been possible to define on the ssl context. I also don't see them, so I assume that they're also missing from the jruby-openssl version shipping with the correspondent jruby 9000 distro.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@kenichi
Copy link

kenichi commented Sep 1, 2017

see also #99

@kares kares linked a pull request Feb 3, 2022 that will close this issue
@kares kares closed this as completed in #247 Feb 3, 2022
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

Successfully merging a pull request may close this issue.

2 participants