Ejemplo n.º 1
0
	def __init__(self, ipVersion):
		ssl_context = SSL.Context()
		ssl_context.load_cert(certfile='ca.pem', keyfile='ca.key')
		SOAPServer.__init__(("localhost", C.NETCONF_SOAPHTTP_PORT), ssl_context = ssl_context)