SSL error in Log
Posted: October 4th, 2010, 10:09 pm
I am seeing the following error in the log :
Any idea ?
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)