http-party / http-server

a simple zero-configuration command-line http server
MIT License
13.42k stars 1.48k forks source link

localhost:4664 not sending data #812

Open KiaWeb opened 2 years ago

KiaWeb commented 2 years ago

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

github-actions[bot] commented 1 year ago

This issue has been inactive for 180 days