default newrelic to use ssl

This commit is contained in:
Maxwell Salzberg 2012-01-05 17:30:58 -08:00
parent db387b5ed4
commit cc6596262c

View file

@ -57,7 +57,7 @@ common: &default_settings
# encryption involved in SSL communication, but this work is done # encryption involved in SSL communication, but this work is done
# asynchronously to the threads that process your application code, # asynchronously to the threads that process your application code,
# so it should not impact response times. # so it should not impact response times.
ssl: false ssl: true
# EXPERIMENTAL: enable verification of the SSL certificate sent by # EXPERIMENTAL: enable verification of the SSL certificate sent by
# the server. This setting has no effect unless SSL is enabled # the server. This setting has no effect unless SSL is enabled