shokai / websocket-client-simple

Simple WebSocket Client on Ruby
https://rubygems.org/gems/websocket-client-simple
MIT License
115 stars 68 forks source link

Don't give insecure defaults #18

Closed eagletmt closed 2 years ago

eagletmt commented 8 years ago

ssl_version and verify_mode should default to the Ruby's default. VERIFY_NONE is insecure.

jrusev commented 8 years ago

This PR makes sense, SSLv23 is already the default option in Ruby.

unasuke commented 2 years ago

@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.

eagletmt commented 2 years ago

okay, I definitely need this PR and #20