shokai / websocket-client-simple

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

allow an ssl_context to be passed via :ssl_context in options to connect #22

Open abrandoned opened 8 years ago

abrandoned commented 8 years ago

allow a user to set a custom :ssl_context if desired .... while :ssl_version and :verify_mode cover "most" use cases an "advanced" configuration may need to set the entire context (custom CA's ... mutual cert)

unasuke commented 2 years ago

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