summaryrefslogtreecommitdiff
path: root/_test/tests/inc/httpclient_http_proxy.test.php
Commit message (Collapse)AuthorAge
* fixed HTTPS proxy tests, our tests now run on httpbin.orgAndreas Gohr2015-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 setupAndreas Gohr2015-03-18
|
* HTTPClient: correctly abort a proxy connectionAndreas Gohr2014-02-11
| | | | if a needed CONNECT tunnel fails
* more robust HTTP testingAndreas Gohr2014-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 redirectedAndreas Gohr2013-10-20
|
* more verbosity in test caseAndreas Gohr2013-10-20
|
* changed proxy in test caseAndreas Gohr2012-11-08
|
* support CONNECT for tunneling SSL via HTTP proxies FS#2431Andreas Gohr2012-07-28
The included test cases currently expect a squid at localhost:3128