http-party / http-server

a simple zero-configuration command-line http server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localhost:4664 not sending data

KiaWeb opened this issue · comments

commented

Environment Versions

  1. OS Type
  2. Node version: $ node --version 12.15.0
  3. http-server version: $ http-server --version 14.1.0

Steps to reproduce

http-server -p 4664 -c-1 -S -C the.crt -K the.key

Expected result

HTML Welcome Page

Actual result

localhost:4664 didn't send any data

Starting up http-server, serving ./ through https

http-server version: 14.1.0

http-server settings:
CORS: disabled
Cache: -1 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none

Available on:
https://192.168.1.114:4664
https://127.0.0.1:4664
Hit CTRL-C to stop the server

Other information

This issue has been inactive for 180 days