summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/sndrcv_tls_anon_rebind_sender.conf
blob: 47633349da623420938342393b8b57e21571de44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# see tcpsndrcv.sh for details
# this is the TLS client
# rgerhards, 2009-11-11
$IncludeConfig diag-common2.conf

# certificates
$DefaultNetstreamDriverCAFile testsuites/x.509/ca.pem
$DefaultNetstreamDriverCertFile testsuites/x.509/client-cert.pem
$DefaultNetstreamDriverKeyFile testsuites/x.509/client-key.pem

# Note: no TLS for the listener, this is for tcpflood!
$ModLoad ../plugins/imtcp/.libs/imtcp
$InputTCPServerRun 13514

# set up the action
$DefaultNetstreamDriver gtls # use gtls netstream driver
$ActionSendStreamDriverMode 1 # require TLS for the connection
$ActionSendStreamDriverAuthMode anon
$ActionSendTCPRebindInterval 50
*.*	@@127.0.0.1:13515