txacme
txacme copied to clipboard
User hint about missing certificates
Currently, if you intended a service to be available for some name, but you forgot to put a cert for it into the store, the client will just get an inscrutable TLS failure, and nothing much useful will happen on the server end.
Is there something better we can do to clue the server admin in that they might be missing a cert?
I think this needs to be fixed in txsni since SNIMap would be the place to emit this warning. Filed glyph/txsni#11 to cover that.