identinetics / saml2test2

Saml2 verification tool based on the aatest framework
Other
3 stars 0 forks source link

pysaml2/urllib3 issue: to be escalated upstream #72

Open rhoerbe opened 7 years ago

rhoerbe commented 7 years ago

If there is no connection to the test target's endpoint the test tool will hang, respectively the proxy will issue a gateway timeout. urllib3 will not time out. Reasons might be DNS, routing, test target down or misconfiguration. Same applies to InsecureRequestWarning (turning off SSL warning is not an option for the test tool)

Intended behavior: Timeout after 15s (or a specified interval) if not able to connect.

-> need to resolve upstream in pysaml2

rhoerbe commented 7 years ago

correction: seems to be a problem of aatest/robobrowser