Neztore / tls-rpt-monitor

Stupid. Simple. TLS Report monitoring. Intended to be used with MTA-STS or DANE, for simplified reporting.
MIT License
4 stars 2 forks source link

Reporting server #8

Closed Blason closed 4 months ago

Blason commented 5 months ago

Does that mean it starts web server on port 80 or port 443 and accepts a request?

Neztore commented 5 months ago

By default, it runs on port 3000. https://github.com/Neztore/tls-rpt-monitor/blob/6edd1941ad69f7c77cf13ec01e13bcba0e35394b/index.mjs#L13

You can change the port by specifying the port environment. The project doesn't currently support handling https (and https is required by the specification), so you need to put a reverse proxy in-front of it.

Please feel free to open a pull request if you would like to add direct https support.