-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL connection timeout doesn't work #7989
Labels
Comments
andresriancho
added a commit
that referenced
this issue
Feb 4, 2015
andresriancho
added a commit
that referenced
this issue
Mar 9, 2015
andresriancho
added a commit
that referenced
this issue
Mar 13, 2015
andresriancho
added a commit
that referenced
this issue
Mar 13, 2015
* Fix Scan using test_delay_moth.w3af hangs #8871
andresriancho
added a commit
that referenced
this issue
Mar 13, 2015
* There is a test (test_timeout_ssl) which is still failing, but I want to see how the whole suite reacts to this change
Code which uses select to wrap openssl at https://chromium.googlesource.com/infra/third_party/requests/+/7aa6c62d6d917e11f81b166d1d6c9e60340783ac/requests/packages/urllib3/contrib/pyopenssl.py |
andresriancho
added a commit
that referenced
this issue
Jun 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bug in the pyopenssl doesn't allow me to set the socket's timeout. The bug is explained in detail here: pyca/pyopenssl#168
This doesn't allow w3af to have connection timeouts for slow/unresponsive/idle SSL connections.
The issue was discovered while I was working on the SSL SNI support at #5802
This issue is just a reminder to self, I should check every N months to see if the guys at pyopenssl fixed the issue or not. AFAIK there is nothing I can do to fix this in the w3af repo.
The text was updated successfully, but these errors were encountered: