We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var privateKey = fs.readFileSync('sslcert/server.key', 'utf8'); // key var certificate = fs.readFileSync('sslcert/server.crt', 'utf8'); // crt var credentials = {key: privateKey, cert: certificate}; server = require('https').createServer(credentials, app); var httpServer = require('http').createServer(app);
I see... There are two version.
I'm trying explictly: http://localhost:80 still doesn't work, maybe I have some Chrome extension that enforces https:// ?
http://localhost:80
I can open in Safari:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see... There are two version.
I'm trying explictly:
http://localhost:80
still doesn't work, maybe I have some Chrome extension that enforces https:// ?I can open in Safari:
The text was updated successfully, but these errors were encountered: