summaryrefslogtreecommitdiffstats
path: root/func/SSLCommon.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/SSLCommon.py')
-rw-r--r--func/SSLCommon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/func/SSLCommon.py b/func/SSLCommon.py
index 6959749..b37fc68 100644
--- a/func/SSLCommon.py
+++ b/func/SSLCommon.py
@@ -30,6 +30,7 @@ def our_verify(connection, x509, errNum, errDepth, preverifyOK):
def CreateSSLContext(pkey, cert, ca_cert):
+ print pkey, cert, ca_cert
for f in pkey, cert, ca_cert:
if f and not os.access(f, os.R_OK):
print "%s does not exist or is not readable." % f