Server running but not working
Hi.
I have created SSL certificates via this guide.
Finally i have this two files:
- server.key
- server.crt
Because i have a passphrase, i have to add this to the options object on the index.js.
After all, logs looks like everything is running great but i'm getting this after requesting http://localhost:3000/ (at Google Chrome):
The localhost page isn’t working localhost didn’t send any data. ERR_EMPTY_RESPONSE
I meet this problem too @FrancooHM
Don´t forget the H2 is running over SSL (HTTPS) so regular http without redirect will return empty response.
Access the server with HTTPS:
https://localhost:3000/
Just made that mistake!
I made the same mistake! Thanks !
x3 i made the same thanks!