Have you tried browsing to
https://nodejs.mydomain.com/demo/index.html The proxy configuration in Apache will direct the connection to nodejs over port 8000. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue Evanston, IL 60208-0801 From: Kaushal Shriyan <kaushalshriyan@xxxxxxxxx> Hi, I am running node.js application on port 8000 and Apache HTTP server on CentOS Linux release 7.9.2009 (Core) # node --version httpd.conf file configuration #cat /etc/httpd/conf.d/nodejsnodejsssl.conf When I am trying to access the URL
https://nodejs.mydomain.com:8000/demo/index.html, I am encountering the below error on the browser. This site can’t provide a secure connection Please comment if the above httpd conf file is incorrect or If i am missing anything. Thanks in advance. Best Regards, Kaushal |