mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
SSL based tests
This commit is contained in:
parent
4ddb3fbbf4
commit
48f3feed59
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…
Reference in New Issue
Block a user