From 3c677b8d1b30ca02f9c15a38e737cbea7f610d3f Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 11 Dec 2015 11:59:41 +0000 Subject: allow listening on only HTTP or only HTTPS --- yubiserve.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yubiserve.cfg') diff --git a/yubiserve.cfg b/yubiserve.cfg index 569ade1..7ee344c 100644 --- a/yubiserve.cfg +++ b/yubiserve.cfg @@ -1,5 +1,5 @@ yubiservePORT = 8700; -yubiserveSSLPORT = 8701; +#yubiserveSSLPORT = 8701; yubiserveHOST = '127.0.0.1'; yubiDB = 'sqlite'; #yubiDB = 'mysql'; -- cgit v1.2.3