GnuTLS: Fix client detection of server reject of client cert under TLS1.3
[exim.git] / test / scripts / 2000-GnuTLS / 2027
1 # TLS server & client: no certificate in client
2 gnutls
3 munge gnutls_handshake
4 exim -DSERVER=server -bd -oX PORT_D
5 ****
6 # will send to 127.0.0.1 and the server requests a client-cert
7 exim userx@test.ex
8 Test message
9 ****
10 # will send to HOSTIPV4 and the server requests&requires
11 exim usery@test.ex
12 Test message
13 ****
14 exim -qf
15 ****
16 killdaemon
17 #
18 millisleep 500
19 exim -DSERVER=server -DNOTDAEMON -qf
20 ****