summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-738785-switch-protocol
Commit message (Collapse)AuthorAgeFilesLines
* add a testcase to check for forbidden https→http downgradesDavid Kalnischkies2014-02-141-1/+11
| | | | Git-Dch: Ignore
* honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-141-1/+2
| | | | Git-Dch: Ignore
* disable https->http redirects in libcurlMichael Vogt2014-02-141-1/+1
| | | | This change prevents changing the protocol from https to http.
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-141-0/+52
switch protocols at random is a bad idea if e.g. http can switch to file, so we limit the possibilities to http to http and http to https. As very few people (less than 1% according to popcon) have https installed this likely changes nothing in terms of failure. The commit is adding a friendly hint which package needs to be installed though.