1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-15 22:15:13 -05:00
curl/tests/data/test509
Daniel Stenberg 2b1673c9c8 Now the test servers and test cases can run on a custom port number. There's
no fixed port numbers in use anymore. Starting now, the default ports the
servers use are 8990 - 8993. There's no option to modify these yet, but
changing the $base option in the top of the runtests.pl script.
2004-09-08 08:08:38 +00:00

51 lines
596 B
Plaintext

#
# Server-side
<reply>
<data>
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-length:6
Hello
</data>
<datacheck>
Hello
</datacheck>
</reply>
#
# Client-side
<client>
<server>
https
</server>
<features>
SSL
</features>
<tool>
lib509
</tool>
<name>
simple HTTPS GET and URL redirect in certificate
</name>
<command>
https://localhost:%HTTPSPORT/dvcs %HTTPSPORT
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /509 HTTP/1.1
Host: localhost:%HTTPSPORT
Pragma: no-cache
Accept: */*
</protocol>
</verify>