-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Hello !
I'm trying to start an encrypted WebSocket server.
I had called the method EM:WebSocket.run(:host => "0.0.0.0", :port => 8080, :secure => True, :tls_options => [.. My key and cert ..]) and got the following error message:
"terminate called after throwing an instance of 'std::runtime_error'
what(): Encryption not available on this event machine"
The key and cert are working fine with the Apache server.
The WebSocket server is working fine without encryption.
I installed libssl-div, uninstalled the gem, reinstalled the gem but it's still not working :(
I'm trying to run the WebSocket server on a BackBox 5 virtual machine running on Ubuntu 16.04 host.
Any suggestions ?
Metadata
Metadata
Assignees
Labels
No labels