#
605810ee |
| 26-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
use local squid docker instance for proxy testing
|
#
6aad717e |
| 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
show more info on failed HTTP requests
hopefully this will help with figuring out why our HTTP tests sometimes fail on travis.
|
#
f56d5034 |
| 11-Jun-2016 |
Andreas Gohr <andi@splitbrain.org> |
run HTTP tests against EU server
this hopefully helps with recent problems of spradically failing tests.
|
#
6abea1c0 |
| 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
fixed HTTPS proxy tests, our tests now run on httpbin.org
This also reverses the order of crypto protocols tried again. Using TLS first again. related to #915
|
#
09513545 |
| 18-Mar-2015 |
Andreas Gohr <gohr@cosmocode.de> |
give better error message in HTTPClient for failed crypto setup
|
#
2bbe40cf |
| 11-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient: correctly abort a proxy connection
if a needed CONNECT tunnel fails
|
#
95e6ded1 |
| 09-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
more robust HTTP testing
connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis
|
#
b7cfeab6 |
| 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure HTTP test uses HTTP only and doesn't get redirected
|
#
712c6631 |
| 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
more verbosity in test case
|
#
a20ce704 |
| 08-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed proxy in test case
|
#
1ea7a6ba |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
support CONNECT for tunneling SSL via HTTP proxies FS#2431
The included test cases currently expect a squid at localhost:3128
|