From 7f65aaa9a2ba1e7d9fe182cc18938fa39462e095 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 6 Nov 2018 14:01:27 +0200 Subject: Add option to trust server's certificate New tls policy "trust" added to /connect and /account. With the policy TLS connection is established even with invalid certificate. Note, that trust policy forces TLS connection and it fails when server doesn't support TLS. Examples: /connect tls trust /account set tls trust --- src/command/cmd_ac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command/cmd_ac.c') diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c index 7a340e7f..0e19fd5b 100644 --- a/src/command/cmd_ac.c +++ b/src/command/cmd_ac.c @@ -582,6 +582,7 @@ cmd_ac_init(void) tls_property_ac = autocomplete_new(); autocomplete_add(tls_property_ac, "force"); autocomplete_add(tls_property_ac, "allow"); + autocomplete_add(tls_property_ac, "trust"); autocomplete_add(tls_property_ac, "legacy"); autocomplete_add(tls_property_ac, "disable"); -- cgit 1.4.1-2-gfad0