1# test server ssl connection 2 3use strict; 4use warnings; 5 6our %args = ( 7 relayd => { 8 forwardssl => 1, 9 }, 10 server => { 11 ssl => 1, 12 }, 13 len => 251, 14 md5 => "bc3a3f39af35fe5b1687903da2b00c7f", 15); 16 171; 18