Open abrandoned opened 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)
:ssl_context
:ssl_version
:verify_mode
@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.
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)