Now slowloris works with untrusted/invalid certificate.#55
Now slowloris works with untrusted/invalid certificate.#55C3l1n wants to merge 3 commits intogkbrk:masterfrom
Conversation
|
The PR contains a lot of unrelated changes, I cannot merge it in this state. As an aside, I thought by default Python didn't check certificates. Maybe it only ignores for certificate chain errors and still checks if the hostnames match. I'll have to investigate this. |
…th small request header/body timeout but big keep-alive
|
Hi gkbrk, Accidentally I created PR for master in my fork instead of for specific commit. After that I added other changes. Now i refactor code on master. If you want to make slowloris better tool you have two option:
If you want I can make other PR or sth. ps. great tool Best regards. |
|
Would really love to see f27c838 merged. There is little use for certificate checking, plus the tool fails silently to make any connections to the webserver. |
|
Merged the untrusted/invalid cert commit. I will push a release to PyPI and investigate the other commits later. |
If remote server use invalid certificate or unsigned by trusted CA slowloris fails silently and create zero socets. Now it's fixed.