summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INF/ILO2.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/INF/ILO2.pm b/INF/ILO2.pm
index 0e2375b..adf5ba2 100644
--- a/INF/ILO2.pm
+++ b/INF/ILO2.pm
@@ -1,7 +1,8 @@
#!/usr/bin/env perl
IO::Socket::SSL::set_ctx_defaults(
- SSL_verify_mode => Net::SSLeay::VERIFY_NONE() );
+ SSL_verify_mode => Net::SSLeay::VERIFY_NONE(),
+ SSL_version => 'TLSv1' );
package INF::ILO2;