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

multiple certificate #1359

Closed
jiiijkkk opened this issue Dec 5, 2013 · 0 comments
Closed

multiple certificate #1359

jiiijkkk opened this issue Dec 5, 2013 · 0 comments

Comments

@jiiijkkk
Copy link

jiiijkkk commented Dec 5, 2013

I used this to do my socket.io service


var io = require('socket.io').listen(8080, {
    key: privateKey,
    cert: certificate,
    ca: ca
});

How to service multiple domain in https only with one port 8080?

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