dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
951 stars 319 forks source link

Allow customized SSL Contexts #80

Closed uzlonewolf closed 5 years ago

uzlonewolf commented 6 years ago

I needed more control over ssl.SSLContext options, so I changed it to allow passing a context directly.