Skip to content

Can't start encrypted websocket server #148

@JothamB

Description

@JothamB

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions