Closed jrgp closed 5 years ago
It's because the server only supports https protocol, so need to append https://
.
$ curl https://localhost:3000 --insecure
Also add the the --insecure
(-k
) option to bypass cert verification since the server uses a self signed cert.
Thanks!
Hi,
I'm able to properly start the app (after installing with npm -g):
But I can't hit it:
I'm on node v12.13.0 on RHEL7.
Do you know how I can proceed with this?