From 27569d4baa27fbde4d5255e0cd8de4e2351a20d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Tue, 7 Jun 2016 12:29:21 +0200 Subject: [PATCH] OpenSSL verification modes other than none and peer make no sense for TLS client connection, remove them from the examples. --- config/diaspora.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/diaspora.yml.example b/config/diaspora.yml.example index f6f26ae2b..0618cc47f 100644 --- a/config/diaspora.yml.example +++ b/config/diaspora.yml.example @@ -663,7 +663,7 @@ configuration: ## Section ## OpenSSL verify mode used when connecting to a SMTP server with TLS. ## Set this to 'none' if you have a self-signed certificate. Possible - ## values: 'none', 'peer', 'client_once', 'fail_if_no_peer_cert'. + ## values: 'none', 'peer'. #openssl_verify_mode: 'none' ## Ignore if method isn't 'sendmail'