summaryrefslogtreecommitdiff
path: root/beinc_config_sample.json.readme
diff options
context:
space:
mode:
Diffstat (limited to 'beinc_config_sample.json.readme')
-rw-r--r--beinc_config_sample.json.readme17
1 files changed, 16 insertions, 1 deletions
diff --git a/beinc_config_sample.json.readme b/beinc_config_sample.json.readme
index 3ac85a9..67cc5c2 100644
--- a/beinc_config_sample.json.readme
+++ b/beinc_config_sample.json.readme
@@ -104,7 +104,7 @@ documentation to better illustrate the comments.
104 104
105 # Target URL. 105 # Target URL.
106 # Default: None (making the target useless) 106 # Default: None (making the target useless)
107 "target_url": "https://10.0.0.2:9898/push/secondtest", 107 "target_url": "https://10.0.0.2:9998",
108 108
109 # Password corresponding to the target BEINC instance 109 # Password corresponding to the target BEINC instance
110 # Default: None 110 # Default: None
@@ -117,6 +117,21 @@ documentation to better illustrate the comments.
117 # to verify the server's certificate 117 # to verify the server's certificate
118 "target_cert_file": "", 118 "target_cert_file": "",
119 119
120 # A list of preferred ciphers for this target
121 # Default: "" (use the OpenSSL default ciphers)
122 "ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384",
123
124 # Don't check whether the target's hostname matches the server's
125 # certificate. (Only Python >= 2.7.9)
126 # Default: 0
127 "disable-hostname-check": 0,
128
129 # Force the client to use a specified SSL/TLS version
130 # Valid values: "auto", "SSLv3", "TLSv1", "TLSv1_1", "TLSv1_2"
131 # N.B. "TLSv1_1" and "TLSv1_2" only available in Python >= 2.7.9
132 # Default: "auto" (Let's OpenSSL select the best option)
133 "ssl_version": "auto",
134
120 # The timestamp-format used by the BEINC weechat client 135 # The timestamp-format used by the BEINC weechat client
121 # See 136 # See
122 # https://docs.python.org/2.7/library/datetime.html#strftime-strptime-behavior 137 # https://docs.python.org/2.7/library/datetime.html#strftime-strptime-behavior