aboutsummaryrefslogtreecommitdiff
path: root/tests/httpsserver.pl
AgeCommit message (Collapse)Author
2007-12-22Use getcwd() to get the directory, which works even if one of the directoryDan Fandrich
components doesn't have read permission set.
2007-11-21Fix trying to return outside of a subroutineYang Tse
2007-03-08Added test infrastructure to support basic FTPS tests. This currentlyDan Fandrich
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.
2006-08-23Use /usr/bin/env to invoke perl like the other test scripts.Dan Fandrich
2006-04-10output the exit code from stunnel to stderr in case it is non-zeroDaniel Stenberg
2003-10-29Stop using stunnel.pm, we pass in the path from the main script instead.Daniel Stenberg
Also made it easier to stop the test suite with control-c.
2003-01-21skip the chmodDaniel Stenberg
2003-01-21runtests.pl now passes the sourcedir path to the httpsserver.pl scriptDaniel Stenberg
2002-10-23kromJx@crosswinds.net made it run properly with stunnel >=4.0Daniel Stenberg
2001-09-17changed the PEM pathDaniel Stenberg
2001-04-24new tests, new server invoke systemDaniel Stenberg