Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed HTTPS proxy tests, our tests now run on httpbin.org | Andreas Gohr | 2015-03-18 |
| | | | | | This also reverses the order of crypto protocols tried again. Using TLS first again. related to #915 | ||
* | give better error message in HTTPClient for failed crypto setup | Andreas Gohr | 2015-03-18 |
| | |||
* | HTTPClient: correctly abort a proxy connection | Andreas Gohr | 2014-02-11 |
| | | | | if a needed CONNECT tunnel fails | ||
* | more robust HTTP testing | Andreas Gohr | 2014-02-09 |
| | | | | | | connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis | ||
* | make sure HTTP test uses HTTP only and doesn't get redirected | Andreas Gohr | 2013-10-20 |
| | |||
* | more verbosity in test case | Andreas Gohr | 2013-10-20 |
| | |||
* | changed proxy in test case | Andreas Gohr | 2012-11-08 |
| | |||
* | support CONNECT for tunneling SSL via HTTP proxies FS#2431 | Andreas Gohr | 2012-07-28 |
The included test cases currently expect a squid at localhost:3128 |