2007-01-23 05:25:56 +03:00
|
|
|
<testcase>
|
2008-02-09 05:08:34 +03:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTPS
|
|
|
|
HTTP GET
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2002-09-13 14:56:23 +04:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-20 03:57:08 +04:00
|
|
|
No headers at all, just data swsclose
|
2002-09-13 14:56:23 +04:00
|
|
|
|
|
|
|
Let's get
|
|
|
|
|
|
|
|
a little
|
|
|
|
|
|
|
|
so that
|
|
|
|
|
|
|
|
we
|
|
|
|
|
|
|
|
have
|
|
|
|
|
|
|
|
some
|
|
|
|
|
|
|
|
test
|
|
|
|
|
|
|
|
data to
|
|
|
|
|
|
|
|
verify
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2005-01-30 15:53:05 +03:00
|
|
|
<features>
|
|
|
|
SSL
|
|
|
|
</features>
|
2003-05-01 00:25:39 +04:00
|
|
|
<server>
|
|
|
|
https
|
|
|
|
</server>
|
2002-09-13 14:56:23 +04:00
|
|
|
<name>
|
|
|
|
HTTPS GET, receive no headers only data!
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
-k https://%HOSTIP:%HTTPSPORT/306
|
|
|
|
</command>
|
2005-01-26 00:45:03 +03:00
|
|
|
</client>
|
2002-09-13 14:56:23 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /306 HTTP/1.1
|
2007-09-14 23:32:31 +04:00
|
|
|
Host: %HOSTIP:%HTTPSPORT
|
2004-02-09 15:46:41 +03:00
|
|
|
Accept: */*
|
2002-09-13 14:56:23 +04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 05:25:56 +03:00
|
|
|
</testcase>
|