summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorthiagoftsm <49162938+thiagoftsm@users.noreply.github.com>2019-06-27 11:20:28 -0300
committerGitHub <noreply@github.com>2019-06-27 11:20:28 -0300
commitca1799280d51e85f85ff436fca121e6d2a241bb3 (patch)
tree8c8ad3faba67c0dc69c00d645e80f731cc4309aa /streaming
parent60a73e90de2aa1c2eaae2ebbc45dd1fb96034df2 (diff)
Backend and SSL! (#6220)
* SSL_backend Begin of the encryptation of backend! * SSL_backend changing opentsdb! * SSL_backend fix HTTP message with JSON! * SSL_backend HTTP API done! * SSL_fix_format preparing to connect with proxy! * SSL_backend wip SSL send/receive ! * SSL_backend working with proxy * SSL_backend removing comments! * SSL_backend docummentation! * SSL_backend review]! * SSL_backend organizing! * Alarm_backend remove comments! * SSL_backend! * SSL_backend typedef! * SSL_backend bring switch! * SSL_backend commiting format changes! * SSL_backend fix github parser! * SSL_Backend fix format! * SSL_backend switch everything! * SSL_backend reviewing! * SSL_backend comments! * SSL_backend indentation! * SSL_backend indentation 3! * SSL_backend documentation! * SSL_backend hidden pointer! * SSL_backend missing space * SSL_backend change documentation! * SSL_backend change documentation 2!
Diffstat (limited to 'streaming')
-rw-r--r--streaming/rrdpush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/rrdpush.c b/streaming/rrdpush.c
index f42056aa6e..954b1d7d19 100644
--- a/streaming/rrdpush.c
+++ b/streaming/rrdpush.c
@@ -651,7 +651,7 @@ void *rrdpush_sender_thread(void *ptr) {
#ifdef ENABLE_HTTPS
if (netdata_use_ssl_on_stream & NETDATA_SSL_FORCE ){
- security_start_ssl(1);
+ security_start_ssl(NETDATA_SSL_CONTEXT_STREAMING);
}
#endif