Re: node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: users@xxxxxxxxxxxxxxxx
- Subject: Re: node.js application listening on port 8000 enabled with SSL certificate returns ERR_SSL_PROTOCOL_ERROR on browser.
- From: Eric Covener <covener@xxxxxxxxx>
- Date: Wed, 21 Jun 2023 13:50:54 -0400
- In-reply-to: <CAD7Ssm9NhixOMdL0XkHwSQ-oyeqJMhz80ZAN2gbpZQx0zVhTgQ@mail.gmail.com>
- Reply-to: users@xxxxxxxxxxxxxxxx
On Wed, Jun 21, 2023 at 1:45 PM Kaushal Shriyan
<kaushalshriyan@xxxxxxxxx> wrote:
>
> Hi,
>
> When I hit http://nodejs.mydomain.com:8000/demo/index.html (without ssl) it works with port number using the below httpd config file. Is there a way to enable SSL connections?
>
> httpd.conf file configuration
> #cat /etc/httpd/conf.d/nodejsnodejsssl.conf
> <VirtualHost *:80>
> <Location />
> ProxyPass http://localhost:8000/
> </Location>
> </VirtualHost>
You're not accessing Apache if you specify port 8000.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]