Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure remote server is not supported #1792

Open
s-ratashnyuk opened this issue Nov 29, 2024 · 0 comments
Open

Secure remote server is not supported #1792

s-ratashnyuk opened this issue Nov 29, 2024 · 0 comments

Comments

@s-ratashnyuk
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant