You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raisesocket.sslerror("Invalid SSL version '%s' requested for tls_version '%s'"% (self.ssl_version, self.tls_level))
The socket package has no sslerror module (see the doc here)
The ssl package has something close. Maybe there were a confusion between the two packages ?
So if an invalid ssl_version is given, the program crashes before raising the error.
The text was updated successfully, but these errors were encountered:
imaplib2/imaplib2/imaplib2.py
Line 510 in a7eb3b6
The
socket
package has nosslerror
module (see the doc here)The
ssl
package has something close. Maybe there were a confusion between the two packages ?So if an invalid
ssl_version
is given, the program crashes before raising the error.The text was updated successfully, but these errors were encountered: