aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_data_http.conf
blob: e3982a1f54f5535f054765b2b7e69f8bf0d393e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@INLINE@ test_transport_defaults.conf
[PATHS]
SERVICEHOME = /tmp/test-transport/plugin_http/
DEFAULTCONFIG = test_plugin_transport_data_http.conf

[transport-tcp]
TIMEOUT = 5000

[transport-http]
PORT = 12320
DEBUG = YES
USE_IPv6 = YES

[transport-https]
PORT = 12321
CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
KEY_FILE = https_key.key
CERT_FILE = https_cert.crt
DEBUG = YES
USE_IPv6 = YES

[arm]
PORT = 12323

[statistics]
PORT = 12322