mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
fc1443dcfc
Removed a few unnecessary requires SSL statements.
66 lines
616 B
Plaintext
66 lines
616 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
No headers at all, just data swsclose
|
|
|
|
Let's get
|
|
|
|
a little
|
|
|
|
so that
|
|
|
|
we
|
|
|
|
have
|
|
|
|
some
|
|
|
|
test
|
|
|
|
data to
|
|
|
|
verify
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
</features>
|
|
<server>
|
|
https
|
|
</server>
|
|
<name>
|
|
HTTPS GET, receive no headers only data!
|
|
</name>
|
|
<command>
|
|
-k https://%HOSTIP:%HTTPSPORT/306
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<strip>
|
|
^User-Agent:.*
|
|
</strip>
|
|
<protocol>
|
|
GET /306 HTTP/1.1
|
|
Host: %HOSTIP:%HTTPSPORT
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|