You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "nickva (via GitHub)" <gi...@apache.org> on 2023/05/17 21:12:04 UTC

[GitHub] [couchdb] nickva commented on a diff in pull request #4575: Suppress warnings about TLS distribution

nickva commented on code in PR #4575:
URL: https://github.com/apache/couchdb/pull/4575#discussion_r1197058061


##########
rel/overlay/etc/vm.args:
##########
@@ -108,9 +109,10 @@
 ## By default that would be "clouseau@127.0.0.1".
 ## Don't forget to override the paths to point to your certificate(s) and key(s)!
 ##
-#-proto_dist couch
-#-couch_dist no_tls '"clouseau@127.0.0.1"'
-#-ssl_dist_optfile <path/to/couch_ssl_dist.conf>
+-proto_dist couch
+-couch_dist no_tls '"clouseau@127.0.0.1"'
+-couch_dist no_tls '"node2@127.0.0.1"'
+-ssl_dist_optfile /Users/jiahuili/src/a/dev/couch_ssl_dist.conf

Review Comment:
   These are for testing mostly, we don't want to enable this by default?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org