Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-24 Thread Kaushal Shriyan
On Sun, Jun 25, 2023 at 10:40 AM Frank Gingras wrote: > If you proxy all requests to another host, you do not need a DocumentRoot, > no. Also, do avoid using a block to proxy requests, and instead > just use ProxyPass / http://localhost:8000/ > > Hi Frank, Thanks for the email response. I am st

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-24 Thread Frank Gingras
If you proxy all requests to another host, you do not need a DocumentRoot, no. Also, do avoid using a block to proxy requests, and instead just use ProxyPass / http://localhost:8000/ On Sun, Jun 25, 2023 at 12:44 AM Kaushal Shriyan wrote: > > > On Sun, Jun 25, 2023 at 7:44 AM Kaushal Shriyan >

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-24 Thread Kaushal Shriyan
On Sun, Jun 25, 2023 at 7:44 AM Kaushal Shriyan wrote: > > On Thu, Jun 22, 2023 at 5:42 AM Richard < > lists-apa...@listmail.innovate.net> wrote: > >> >> >> > Date: Wednesday, June 21, 2023 20:14:40 + >> > From: Richard >> > >> > >> >> Date: Thursday, June 22, 2023 00:13:34 +0530 >> >> From:

Re: [users@httpd] node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.

2023-06-24 Thread Kaushal Shriyan
On Thu, Jun 22, 2023 at 5:42 AM Richard wrote: > > > > Date: Wednesday, June 21, 2023 20:14:40 + > > From: Richard > > > > > >> Date: Thursday, June 22, 2023 00:13:34 +0530 > >> From: Kaushal Shriyan > >> > >> When i hit https://nodejs.mydomain.com/demo/index.html I see the > >> below in bot