#1793 prosodyctl check dns should point out lack of config for existing _xmpps SRV records
Reporter
Zash
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Type-Defect
Status-Fixed
Milestone-0.12
Priority-Medium
Zash
on
What steps will reproduce the problem?
1. Add Direct TLS SRV records to DNS (_xmpps-server)
2. Run 'prosodyctl check dns'
What is the expected output?
It should point out that the records have no corresponding ports configured and suggest adding them.
What do you see instead?
All checks passed, congratulations!
What version of the product are you using?
0.12.1
Please provide any additional information below.
The Direct TLS SRV record checks are only performed if the corresponding ports are configured in Prosodys config file and responsible module is enabled (mod_c2s, mod_s2s).
If the records are added then clients and remote servers would try to connect there and either error out or run into timeouts.
What steps will reproduce the problem? 1. Add Direct TLS SRV records to DNS (_xmpps-server) 2. Run 'prosodyctl check dns' What is the expected output? It should point out that the records have no corresponding ports configured and suggest adding them. What do you see instead? All checks passed, congratulations! What version of the product are you using? 0.12.1 Please provide any additional information below. The Direct TLS SRV record checks are only performed if the corresponding ports are configured in Prosodys config file and responsible module is enabled (mod_c2s, mod_s2s). If the records are added then clients and remote servers would try to connect there and either error out or run into timeouts.
Fixed in https://hg.prosody.im/0.12/rev/3edd39c55a8a
Changes