# HG changeset patch
# User javier@citrico-linux
# Date 1265389455 0
# Node ID ecc40c4f8b8cac7ad87d153e799d0682f8789d13
# Parent  25ccf85b0d062d9f0c9edf5274b0c7e3b6f7ab02
Fix certificates check in iLO plugin
Signed-off-by: Javier-Alvarez-Valle@citrix.com

diff -r 25ccf85b0d06 -r ecc40c4f8b8c scripts/poweron/iLO.py
--- a/scripts/poweron/iLO.py	Thu Feb 04 18:42:33 2010 +0000
+++ b/scripts/poweron/iLO.py	Fri Feb 05 17:04:15 2010 +0000
@@ -29,6 +29,7 @@
 	ctx = M2Crypto.SSL.Context()
 	ctx.set_session_timeout(500)
 	s = M2Crypto.SSL.Connection(ctx)
+	s.set_post_connection_check_callback(None)
 	totalmsg=''
 	try:
 		s.connect((power_on_ip,443))
