Answer the question
In order to leave comments, you need to log in
How to debug https certificate validation in a server written in express.js + https?
I am writing my first server with REST-API on express.js + https
While http is used, everything works fine.
app.listen(port, function () {
console.log('MySrv HTTP: listening on port ' + port);
https.createServer(opts, app).listen(port, function () {
console.log('MySrv HTTPS: listening on port ' + port);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question