Otherwise, subsequent uses of stunnel overwrite the configuration file
of previous invocations so they can no longer be inspected.
curl_sftp_config
curl_ssh_config
curl_sshd_config
+ftps_stunnel.conf
+https_stunnel.conf
log
runtests.html
runtests.pdf
-stunnel.conf
testcurl.html
testcurl.pdf
$logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
}
-$conffile = "$path/stunnel.conf";
+$conffile = "$path/${proto}_stunnel.conf";
$capath = abs_path($path);
$certfile = "$srcdir/". ($stuncert?"certs/$stuncert":"stunnel.pem");