summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2009-10-14 13:39:59 +0000
committerStefan Bühler <stbuehler@web.de>2009-10-14 13:39:59 +0000
commit8b6dae41398cc76f35425259c6c0fe58f7d3a09b (patch)
treed7f58036c5f61c868af42958603e0a29e6cddc01 /tests/proxy.conf
parent83145e8ba6b768f94eb42b236f7ccd3909085946 (diff)
downloadlighttpd-git-8b6dae41398cc76f35425259c6c0fe58f7d3a09b.tar.gz
Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
* This patch may "break" some configs, if they do stupid things. Like setting ssl.pemfile to a not existing file in a "non-socket/non-ssl" block. Fix them! :) From: Peter Colberg <peter@colberg.org> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2648 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/proxy.conf')
-rw-r--r--tests/proxy.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proxy.conf b/tests/proxy.conf
index e130d4a6..2e959acc 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -85,7 +85,7 @@ userdir.include-user = ( "jan" )
userdir.path = "/"
ssl.engine = "disable"
-ssl.pemfile = "server.pem"
+# ssl.pemfile = "server.pem"
auth.backend = "plain"
auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"