mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 12:29:44 +01:00
Fix order
... of -U --ids-friendly. Add cliemt simulation
This commit is contained in:
parent
48b0cbff85
commit
316e4d6f51
@ -11,7 +11,7 @@ use JSON;
|
||||
|
||||
my $tests = 0;
|
||||
my $prg="./testssl.sh";
|
||||
my $check2run="--warnings=off -p -s -P --fs -S -h --ids-friendly -U -q --ip=one --color 0";
|
||||
my $check2run="--warnings=off -p -s -P --fs -S -h -U --ids-friendly -c -q --ip=one --color 0";
|
||||
my $uri="localhost:4433";
|
||||
my $socket_out="";
|
||||
my $openssl_out="";
|
||||
@ -106,7 +106,7 @@ sub start_server ($) {
|
||||
|
||||
system ("OPENSSL_CONF='' $ossl s_server -www $arg -key /tmp/server.pem -cert /tmp/server.crt &>/dev/null &");
|
||||
|
||||
# this sucks bug time. But open3 doesn't allow to pass ENV and this: $ENV{OPENSSL_CONF} = ''; doens't work
|
||||
# this sucks bug time. But open3 doesn't allow to pass ENV and this: $ENV{OPENSSL_CONF} = ''; doesn't work
|
||||
$pid= `pgrep -f 'openssl.*server.*pem'`;
|
||||
|
||||
#$pid = open3( $in, $out, $err, '$ossl s_server -www $arg -key /tmp/server.pem -cert /tmp/server.crt &');
|
||||
|
Loading…
Reference in New Issue
Block a user