Neztore / tls-rpt-monitor

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

fix: align POST URI with spec #4

Closed pl4nty closed 10 months ago

pl4nty commented 10 months ago

After running this for a few weeks, I noticed it failing because the URI doesn't match the example in the spec and elsewhere on the internet. Seems like it's become a de-facto standard

Neztore commented 10 months ago

iirc the URL used can be specified in the service record in DNS. Happy to align if there's a de-factor standard, but this would be a breaking change. Could make the callback a separate function that is called by both the old and new routes to prevent this?

Let me know what you think.

pl4nty commented 10 months ago

yeah I updated my service record. good point re breaking change, I've added both routes