Closed ttanner closed 9 years ago
Which version of Python are you running into the error with? I'm guessing it varies between 2 & 3
Python 2.7.9. The parameter has not changed in Python 3 https://docs.python.org/3/library/ssl.html#socket-creation
in Python 3 I get
File "$path/rabbitpy/io.py", line 468, in _create_socket
for argv, key in self.SSL_KWARGS.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
Thanks for the reference, addressed
using ssl_cacert triggers the follow exception in io.py
replacing " 'ca_certs': 'ssl_cacert'}" in
fixes it.