default newrelic to use ssl
This commit is contained in:
parent
db387b5ed4
commit
cc6596262c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue