Comment 16 for bug 1009786

Revision history for this message
Mystic-Mirage (mystic-mirage) wrote :

Sorry. My error is reverse of this bug. I getting this:
get_ssl_context() takes exactly 1 argument (2 given)

Problem solved by replacing:
ssl_context = get_ssl_context(self.disable_ssl_verify, host)
to
ssl_context = get_ssl_context(self.disable_ssl_verify)