コード例 #1
0
ファイル: http_daemon.py プロジェクト: Congelli501/shinken
 def get_context(self):
     c = pyOpenSSLAdapter.get_context(self)
     c.set_options(SSL.OP_NO_SSLv2 |
                   SSL.OP_NO_SSLv3)
     return c
コード例 #2
0
ファイル: http_daemon.py プロジェクト: wfxiang08/shinken
 def get_context(self):
     c = pyOpenSSLAdapter.get_context(self)
     c.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_SSLv3)
     return c