[openrtm-commit:01825] r688 - trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 3月 7日 (月) 19:18:12 JST
Author: miyamoto
Date: 2016-03-07 19:18:12 +0900 (Mon, 07 Mar 2016)
New Revision: 688
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/SSLTransport.py
Log:
[compat,bugfix,->RELENG_1_2] bug fix. refs #3409
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/SSLTransport.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/SSLTransport.py 2016-03-07 01:21:30 UTC (rev 687)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/SSLTransport.py 2016-03-07 10:18:12 UTC (rev 688)
@@ -1,6 +1,14 @@
#!/usr/bin/env python
# -*- coding: euc-jp -*-
+
+##
+# @file SSLTransport.py
+# @brief SSL Transport module
+# @date $Date: $
+# @author Nobuhiko Miyamoto
+
+
import os
from omniORB import sslTP
import OpenRTM_aist
@@ -9,7 +17,10 @@
def SSLTransportInit(manager):
- os.environ['ORBsslVerifyMode'] = "none"
+
+ #os.environ['ORBtraceLevel'] = '25'
+ #os.environ['ORBendPoint'] = 'giop:ssl::'
+ #os.environ['ORBsslVerifyMode'] = "none"
prop = manager.getConfig()
More information about the openrtm-commit
mailing list