nodejs with apache2 over ssl #18499
Labels
https
Issues or PRs related to the https subsystem.
question
Issues that look for answers.
wrong repo
Issues that should be opened in another repository.
i want to pass server requests on port 443 to my nodejs app.
i run node app with require('https') and port=3443, certificate.crt, certificate.key on https options.
and this apache config in virtualhost:
SSLEngine on
and when i run server apache said: Error during SSL Handshake with remote server
my question is, should i start my node app with http and include certificates in virtualhost config only?
The text was updated successfully, but these errors were encountered: