1# test https connection, verifying client cert
2
3use strict;
4use warnings;
5
6our %args = (
7    client => {
8	tls => 1,
9	offertlscert => 1,
10	loggrep => 'Issuer.*/OU=ca/',
11    },
12    httpd => {
13	listentls => 1,
14	verifytls => 1,
15    },
16    len => 512,
17    md5 => path_md5("512")
18);
19
201;
21