Explicitly set SSL_VERIFY_MODE during start ssl in Client
This commit is contained in:
parent
73b9ef07ad
commit
d03dcbe5f3
@ -223,6 +223,7 @@ if (ref($request) eq 'HASH') { # the request is an array, not pure XML
|
||||
SSL_key_file => $keyfile,
|
||||
SSL_cert_file => $certfile,
|
||||
SSL_ca_file => $cafile,
|
||||
SSL_verify_mode => SSL_VERIFY_PEER,
|
||||
SSL_use_cert => 1,
|
||||
Timeout => 0,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user