From 35da8c6fdf6c7a4fb67188908305d84f2ded93a8 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 24 Nov 2019 17:09:21 +0100 Subject: [PATCH] Fix #1392 ... postgres command building in ``ports2starttls()`` was missing a space. This is only used when a lookup is performed when supplying a gnmap file. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index ade45af..e11d9fc 100755 --- a/testssl.sh +++ b/testssl.sh @@ -18650,7 +18650,7 @@ ports2starttls() { 389) echo "-t ldap ";; 3306) echo "-t mysql " ;; 5222) echo "-t xmpp " ;; # domain of jabber server maybe needed - 5432) echo "-t postgres" ;; + 5432) echo "-t postgres " ;; 563) ;; # NNTPS 636) ;; # LDAP 1443|8443|443|981) ;; # HTTPS