mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
ae3d5949b8
directly to ftpserver.cmd and removing unneeded empty sections.
31 lines
396 B
Plaintext
31 lines
396 B
Plaintext
<testcase>
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
</features>
|
|
<server>
|
|
https
|
|
</server>
|
|
<name>
|
|
HTTPS GET over HTTP proxy fails
|
|
</name>
|
|
<command>
|
|
-k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test/slash/302
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
56
|
|
</errorcode>
|
|
<strip>
|
|
^User-Agent:.*
|
|
</strip>
|
|
<data>
|
|
</data>
|
|
</verify>
|
|
</testcase>
|