From 9c06ebe90039423809f51af1d62098ae7f5c813e Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 16 Apr 2015 15:43:59 +0200 Subject: beinc_weechat.py v2.0 started --- beinc_config_sample.json.readme | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'beinc_config_sample.json.readme') 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. # Target URL. # Default: None (making the target useless) - "target_url": "https://10.0.0.2:9898/push/secondtest", + "target_url": "https://10.0.0.2:9998", # Password corresponding to the target BEINC instance # Default: None @@ -117,6 +117,21 @@ documentation to better illustrate the comments. # to verify the server's certificate "target_cert_file": "", + # A list of preferred ciphers for this target + # Default: "" (use the OpenSSL default ciphers) + "ciphers": "ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384", + + # Don't check whether the target's hostname matches the server's + # certificate. (Only Python >= 2.7.9) + # Default: 0 + "disable-hostname-check": 0, + + # Force the client to use a specified SSL/TLS version + # Valid values: "auto", "SSLv3", "TLSv1", "TLSv1_1", "TLSv1_2" + # N.B. "TLSv1_1" and "TLSv1_2" only available in Python >= 2.7.9 + # Default: "auto" (Let's OpenSSL select the best option) + "ssl_version": "auto", + # The timestamp-format used by the BEINC weechat client # See # https://docs.python.org/2.7/library/datetime.html#strftime-strptime-behavior -- cgit v1.3