comparison mod_tlsfail/README.markdown @ 4704:f52452911187

mod_tlsfail/README: Fix header The site browser did not like `<failure/>`
author Kim Alvefur <zash@zash.se>
date Sun, 03 Oct 2021 17:14:32 +0200
parents 94df7986a874
children
comparison
equal deleted inserted replaced
4703:94df7986a874 4704:f52452911187
1 --- 1 ---
2 summary: 'TLS <failure/> test' 2 summary: STARTTLS failure test
3 --- 3 ---
4 4
5 This module responds to `<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>` with 5 This module responds to `<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>` with
6 `<failure xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>`, in order to test 6 `<failure xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>`, in order to test
7 how clients and server behave. 7 how clients and server behave.