-
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
Proxy daemon SSL bug #183
Comments
Related with #170 |
* Adding unittest to verify that it works * Discovered bug #183
This is what you get when removing the SkipTest:
We could get rid of our proxy code all together if we use libmproxy #1269 |
Related with #1269 (Analyze possibility to migrate to libmproxy) |
This is the tinyproxy configuration:
And you start it with |
Confirmed that latest change only works with tinyproxy and not with w3af's internal proxy |
With debugging enabled and in 4627bfc you see:
Which is really ugly (note the 8001:8001!) |
Yet another test that fails because of this proxy uglyness is w3af/plugins/attack/db/tests/test_sqlmap_wrapper.py:TestSQLMapWrapper.test_verify_vulnerability_ssl |
Console 1:
Console 2:
Console 1:
|
mitmproxy/mitmproxy#383 , but works well with Something that's strange is that it seems that I'm checking SSL certs?
|
|
This bug will be fixed at Complete libmproxy implementation #10429 |
w3af's proxy daemon has SSL unittests and they pass, but I've found an issue when trying to run
test_https_via_proxy
inTestExtendedUrllibProxy
. It seems that for some reason the extended urllib doesn't play well with the daemon proxy; BUT since the same test passes if I usetinyproxy
(apt-get install tinyproxy) I'm flagging this as a proxy.py bug.How to reproduce:
test_xurllib_proxy.py
The text was updated successfully, but these errors were encountered: