diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-04-03 15:11:58 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-04-03 15:11:58 +0100 |
commit | e6849bb76ee3682ece53d7434bb1e94a89c91cbc (patch) | |
tree | b8fa5ad7b955d5735bcbd8cc6ab257acf1729d0a /spec/tls/README | |
parent | 3905dcae02962457bfa8d426c472944358cfcf20 (diff) | |
download | prosody-e6849bb76ee3682ece53d7434bb1e94a89c91cbc.tar.gz prosody-e6849bb76ee3682ece53d7434bb1e94a89c91cbc.zip |
spec/tls: Add TLS/certificate integration tests
These tests help to verify that various configurations translate into the
expected running TLS setups. Specifically right now we are checking the
correct certificate is served.
Diffstat (limited to 'spec/tls/README')
-rw-r--r-- | spec/tls/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/tls/README b/spec/tls/README new file mode 100644 index 00000000..58201728 --- /dev/null +++ b/spec/tls/README @@ -0,0 +1,11 @@ +These tests check that SSL/TLS configuration is working as expected. + +Just run ./run.sh in this directory (or from the top level, +`make integration-test-tls`. + +Known issues: + - The tests do not thorougly clean up after themselves (certs, logs, etc.). + This is partly intentional, so they can be inspected in case of failures. + - Certs are regenerated every time. Could be smarter about this. But it also + helps to guard against incorrect Prosody instances running and hogging the + ports, etc. |