mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
SSL based tests
This commit is contained in:
parent
4ddb3fbbf4
commit
48f3feed59
5 changed files with 10 additions and 0 deletions
1
tests/data/command300.txt
Normal file
1
tests/data/command300.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://%HOSTIP:%HTTPSPORT/300
|
||||
1
tests/data/command400.txt
Normal file
1
tests/data/command400.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
ftps://%HOSTIP:%FTPSPORT/
|
||||
1
tests/data/name300.txt
Normal file
1
tests/data/name300.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
simple HTTPS GET
|
||||
1
tests/data/name400.txt
Normal file
1
tests/data/name400.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
FTP dir list PASV
|
||||
6
tests/data/prot300.txt
Normal file
6
tests/data/prot300.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
GET /300 HTTP/1.1
|
||||
User-Agent: curl/7.7 (i686-pc-linux-gnu) libcurl 7.7.1 (SSL 0.9.5) (ipv6 enabled)
|
||||
Host: 127.0.0.1:8433
|
||||
Pragma: no-cache
|
||||
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue