view spec/tls/README @ 13946:f5e8ab42c708

mod_http_file_share: Check that files are still there with correct size Failed uploads can leave behind unused slots. Files shouldn't change size after they have been successfully uploaded, but might as well double check it.
author Kim Alvefur <zash@zash.se>
date Sat, 04 Dec 2021 18:56:51 +0100
parents 4122978f2575
children
line wrap: on
line source

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.