-
Notifications
You must be signed in to change notification settings - Fork 147
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
localhost uses an unsupported protocol. #13
Comments
// https://127.0.0.1:8443 var server = require('https'), function serverHandler(request, response) {
} var config = { var RTCMultiConnectionServer = require('rtcmulticonnection-server'); var app = server.createServer(serverHandler); // -------------------------- ioServer(app).on('connection', function(socket) {
}); |
Unsupported protocol
The client and server don't support a common SSL protocol version or cipher suite.
i want to run server in https mode to run it on another remote device
help me plz
The text was updated successfully, but these errors were encountered: