Skip to content

How do I tell socket.io to ignore certificate verification? #6

@joelmaranhao

Description

@joelmaranhao

With node.js, I know:

process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

How do do I do this with your client-simple when I connect:

socket = SocketIO::Client::Simple.connect 'https://staging.domain.io', :foo => "bar"

Cheers!

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