[BUG] STARTTLS timeout raises unhandled exception #95

Closed
opened 2022-06-30 00:36:35 +02:00 by karolyi · 0 comments
Owner
File "/home/project/venv/lib/python3.8/site-packages/validate_email/smtp_check.py" in starttls
  87.             super().starttls(*args, **kwargs)

File "/usr/lib/python3.8/smtplib.py" in starttls
  783.             self.sock = context.wrap_socket(self.sock,

File "/usr/lib/python3.8/ssl.py" in wrap_socket
  500.         return self.sslsocket_class._create(

File "/usr/lib/python3.8/ssl.py" in _create
  1040.                     self.do_handshake()

File "/usr/lib/python3.8/ssl.py" in do_handshake
  1309.             self._sslobj.do_handshake()

Exception Type: timeout at /account/sign-up/
Exception Value: _ssl.c:1114: The handshake operation timed out
``` File "/home/project/venv/lib/python3.8/site-packages/validate_email/smtp_check.py" in starttls 87. super().starttls(*args, **kwargs) File "/usr/lib/python3.8/smtplib.py" in starttls 783. self.sock = context.wrap_socket(self.sock, File "/usr/lib/python3.8/ssl.py" in wrap_socket 500. return self.sslsocket_class._create( File "/usr/lib/python3.8/ssl.py" in _create 1040. self.do_handshake() File "/usr/lib/python3.8/ssl.py" in do_handshake 1309. self._sslobj.do_handshake() Exception Type: timeout at /account/sign-up/ Exception Value: _ssl.c:1114: The handshake operation timed out ```
karolyi referenced this issue from a commit 2022-06-30 00:40:38 +02:00
karolyi changed title from [BUG] STARTTLS timout raises unhandled exception to [BUG] STARTTLS timeout raises unhandled exception 2022-06-30 00:44:15 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: karolyi/py3-validate-email#95
No description provided.