http-party/http-server

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

Open

#670 ouverte le 27 déc. 2020

Voir sur GitHub
 (3 commentaires) (1 réaction) (0 assignés)JavaScript (1 497 forks)batch import
Hacktoberfestgood first issuestale

Métriques du dépôt

Stars
 (13 088 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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):

Guide contributeur