summaryrefslogtreecommitdiff
path: root/tests/httpsserver.pl
Commit message (Collapse)AuthorAgeFilesLines
* Added test infrastructure to support basic FTPS tests. This currentlyDan Fandrich2007-03-081-5/+11
| | | | | | | | supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test.
* Use /usr/bin/env to invoke perl like the other test scripts.Dan Fandrich2006-08-231-1/+1
|
* output the exit code from stunnel to stderr in case it is non-zeroDaniel Stenberg2006-04-101-1/+8
|
* Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg2003-10-291-7/+6
| | | | Also made it easier to stop the test suite with control-c.
* skip the chmodDaniel Stenberg2003-01-211-1/+1
|
* runtests.pl now passes the sourcedir path to the httpsserver.pl scriptDaniel Stenberg2003-01-211-5/+12
|
* kromJx@crosswinds.net made it run properly with stunnel >=4.0Daniel Stenberg2002-10-231-5/+35
|
* changed the PEM pathDaniel Stenberg2001-09-171-1/+1
|
* new tests, new server invoke systemDaniel Stenberg2001-04-241-0/+51