aboutsummaryrefslogtreecommitdiff
path: root/regress/tests/args-tls.pl
blob: 29321a22dcf518c22f5ed7b84af97d990942d4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# test https connection

use strict;
use warnings;

our %args = (
    client => {
	tls => 1,
	loggrep => 'Issuer.*/OU=ca/',
    },
    httpd => {
	listentls => 1,
    },
    len => 512,
    md5 => path_md5("512")
);

1;