From cc6596262cf154349cf3b58a91f541f40d70e0cf Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Thu, 5 Jan 2012 17:30:58 -0800 Subject: [PATCH] default newrelic to use ssl --- config/newrelic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/newrelic.yml b/config/newrelic.yml index a20703a916..dda7e7d15b 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -57,7 +57,7 @@ common: &default_settings # encryption involved in SSL communication, but this work is done # asynchronously to the threads that process your application code, # so it should not impact response times. - ssl: false + ssl: true # EXPERIMENTAL: enable verification of the SSL certificate sent by # the server. This setting has no effect unless SSL is enabled -- GitLab