aboutsummaryrefslogtreecommitdiff
path: root/regress/tests/args-tls.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tests/args-tls.pl')
-rw-r--r--regress/tests/args-tls.pl18
1 files changed, 18 insertions, 0 deletions
diff --git a/regress/tests/args-tls.pl b/regress/tests/args-tls.pl
new file mode 100644
index 0000000..29321a2
--- /dev/null
+++ b/regress/tests/args-tls.pl
@@ -0,0 +1,18 @@
+# test https connection
+
+use strict;
+use warnings;
+
+our %args = (
+ client => {
+ tls => 1,
+ loggrep => 'Issuer.*/OU=ca/',
+ },
+ httpd => {
+ listentls => 1,
+ },
+ len => 512,
+ md5 => path_md5("512")
+);
+
+1;