mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 06:20:42 +01:00
Add SNI hostname if and only if host is not a bare IP address Rename sndrcv_tls_anon -> sndrcv_tls_anon_hostname, and include a hostname in this test Add bare IPv4 and IPv6 TLS tests Change port in some tests to make wireshark traces easier to interpret during a full test run
7 lines
352 B
Bash
Executable File
7 lines
352 B
Bash
Executable File
#!/bin/bash
|
|
# rgerhards, 2011-04-04
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ===============================================================================
|
|
echo \[sndrcv_tls_anon_ipv6.sh\]: testing sending and receiving via TLS with anon auth using bare ipv6, no SNI
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_tls_anon_ipv6 25000
|