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