Searched refs:get_ssl_connection (Results 1 – 3 of 3) sorted by relevance
54 handler.connection = certutils.get_ssl_connection(context, handler.connection)
49 self.connection = certutils.get_ssl_connection(context, s)
83 def get_ssl_connection(context, connection): function