diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-07-28 14:55:45 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-07-28 14:55:45 +0200 |
commit | 1ea7a6bada66fc9b7a45f61b4892e4ea23196d89 (patch) | |
tree | 563cd2f49e112af43dbb8b4f7b31f7285ed4fe36 /_test/tests/inc/httpclient_https.test.php | |
parent | ae22dee70061990f256be2671c0f585a572ce712 (diff) | |
download | rpg-1ea7a6bada66fc9b7a45f61b4892e4ea23196d89.tar.gz rpg-1ea7a6bada66fc9b7a45f61b4892e4ea23196d89.tar.bz2 |
support CONNECT for tunneling SSL via HTTP proxies FS#2431
The included test cases currently expect a squid at localhost:3128
Diffstat (limited to '_test/tests/inc/httpclient_https.test.php')
-rw-r--r-- | _test/tests/inc/httpclient_https.test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/tests/inc/httpclient_https.test.php b/_test/tests/inc/httpclient_https.test.php index 26a0f86db..955d467ec 100644 --- a/_test/tests/inc/httpclient_https.test.php +++ b/_test/tests/inc/httpclient_https.test.php @@ -1,4 +1,5 @@ <?php +require_once dirname(__FILE__).'/httpclient_http.test.php'; class httpclient_https_test extends httpclient_http_test { protected $server = 'https://httpbin.org/'; |