Skip to content

Secure remote server is not supported #1792

Open
@s-ratashnyuk

Description

@s-ratashnyuk

Hi team!

It looks like the remote secure server is not supported.

I mean if I start the server such as
node dist/bin/redux-devtools.js --hostname localhost --port 8001 --cert fullchain.pem --key privkey.pem --protocol https --open
it will start the HTTP version does not matter of the choosen protocol 🤷

const httpServer = http.createServer();
const agServer = socketClusterServer.attach(httpServer, options);
const app = express();
httpServer.on('request', app);

Is it intentional?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions