dpallot / simple-websocket-server

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

Fixed SSL typo #59

Closed lmlsna closed 7 years ago

lmlsna commented 7 years ago

Based on the other examples, it looks like the ssl key file needs to be included as well as the cert. I added a command line option --key for that. Also, the SSL server was being given the cert file twice. This works for me now. Thanks for the great ws examples!