Page 1 of 1

SSL error in Log

Posted: October 4th, 2010, 10:09 pm
by rascalli
I am seeing the following error in the log :

Code: Select all

/usr/share/sabnzbdplus/sabnzbd/utils/ssmtplib.py:116: DeprecationWarning: socket.ssl() is deprecated.  Use ssl.wrap_socket() instead.
  sslobj = socket.ssl(self.sock, self.keyfile, self.certfile)
Any idea ?

Re: SSL error in Log

Posted: October 5th, 2010, 9:33 am
by shypike
Could it be that you are using Python 2.7?
Anyway, depreciation warning are not an issue.
Just a warning to use that we must sometime upgrade the code.
We do that as late as possible as not to break compatibility with older Pythons.