diff options
| author | Simeon Simeonov | 2015-04-16 15:43:59 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2015-04-16 15:43:59 +0200 |
| commit | 9c06ebe90039423809f51af1d62098ae7f5c813e (patch) | |
| tree | ce5bb4a1988b0a7ea0b0465eadd9fd0fe335b624 /beinc_config_sample.json.readme | |
| parent | b2ccfda61b7b7a1b37d4f9ffed57fcc4585d9ce0 (diff) | |
beinc_weechat.py v2.0 started
Diffstat (limited to 'beinc_config_sample.json.readme')
| -rw-r--r-- | beinc_config_sample.json.readme | 17 |
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 |
