blob: a277f24b9aa4d7eb4c7e9ab1c49323fc40222bc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# test both client and server ssl connection
use strict;
use warnings;
our %args = (
client => {
ssl => 1,
loggrep => 'Issuer.*/OU=relayd/',
},
relayd => {
forwardssl => 1,
listenssl => 1,
},
server => {
ssl => 1,
},
len => 251,
md5 => "bc3a3f39af35fe5b1687903da2b00c7f",
);
1;
|