Closed eagletmt closed 2 years ago
ssl_version and verify_mode should default to the Ruby's default. VERIFY_NONE is insecure.
VERIFY_NONE
This PR makes sense, SSLv23 is already the default option in Ruby.
SSLv23
@eagletmt This repository was moved ruby-jp/websocket-client-simple. If you still need this, make pull request or issue to ruby-jp/websocket-client-simple again, thx.
okay, I definitely need this PR and #20
ssl_version and verify_mode should default to the Ruby's default.
VERIFY_NONE
is insecure.