http-party/http-server

When using https display https://common_name:8080/ as one of the valid hostnames

Open

#670 aperta il 27 dic 2020

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)JavaScript (1497 fork)batch import
Hacktoberfestgood first issuestale

Metriche repository

Star
 (13.088 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.

Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.

$ http-server -S

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.77.123:8080

What did you expect to happen?

$ http-server -S

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.77.123:8080
  https://the_name_in_cert.pem:8080

If the issue is a feature request, what is the motivation / use case for it?

To make it easier to:

  1. You are using the correct SSL cert
  2. Easier to click though to a URL that has the valid cert. Both 127.0.0.1 and 192.168.77.123 would display certificate errors.

Tell us about your environment

  • exact http-server version: http-server v0.12.3
  • Node version: Node.js v15.5.0.
  • Platform: MacOs

Other information (related issues, suggestions for a fix, etc):

Guida contributor