2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2008-02-08 21:08:34 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTPS
|
|
|
|
HTTP GET
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2002-09-13 06:56:23 -04:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
No headers at all, just data swsclose
|
2002-09-13 06: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 07:53:05 -05:00
|
|
|
<features>
|
|
|
|
SSL
|
|
|
|
</features>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
https
|
|
|
|
</server>
|
2002-09-13 06:56:23 -04:00
|
|
|
<name>
|
|
|
|
HTTPS GET, receive no headers only data!
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
-k https://%HOSTIP:%HTTPSPORT/306
|
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2002-09-13 06: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 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPSPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2002-09-13 06:56:23 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|