Skip to content

Commit 5431e68

Browse files
committed
Update links to OpenSSL docs
1 parent 9b831fb commit 5431e68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/configuration/outgoing-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Password to the X509 PEM file with the private key.
414414
* **Default:** not set, all supported cipher suites are accepted
415415
* **Example:** `tls.ciphers = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384"`
416416

417-
Cipher suites to use. Please refer to the [OpenSSL documentation](http://www.openssl.org/docs/man1.0.2/apps/ciphers.html) for the cipher string format. For allowed values, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers).
417+
Cipher suites to use. Please refer to the [OpenSSL documentation](https://docs.openssl.org/master/man1/openssl-ciphers/) for the cipher string format. For allowed values, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers).
418418

419419
### `outgoing_pools.*.*.connection.tls.versions`
420420
* **Syntax:** list of strings

doc/configuration/s2s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This option defines IP addresses and port numbers for specific non-local XMPP do
8484
* **Example:** `ciphers = "TLSv1.2"`
8585

8686
Defines a list of accepted SSL ciphers for outgoing S2S connections.
87-
Please refer to the [OpenSSL documentation](http://www.openssl.org/docs/apps/ciphers.html) for the cipher string format.
87+
Please refer to the [OpenSSL documentation](https://docs.openssl.org/master/man1/openssl-ciphers/) for the cipher string format.
8888

8989
### `s2s.max_retry_delay`
9090
* **Syntax:** positive integer

doc/listeners/listen-c2s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Path to the Diffie-Hellman parameter file.
136136
* **Default:** for `fast_tls` the default is`"TLSv1.2:TLSv1.3"`. For `just_tls` this option is not set by default - all supported suites are accepted.
137137
* **Example:** `tls.ciphers = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384"`
138138

139-
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](http://www.openssl.org/docs/man1.0.2/apps/ciphers.html) for the cipher string format. For `fast_tls`, this string can be used to specify versions as well. For `just_tls`, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers) for allowed values.
139+
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](https://docs.openssl.org/master/man1/openssl-ciphers/) for the cipher string format. For `fast_tls`, this string can be used to specify versions as well. For `just_tls`, see the [Erlang/OTP SSL documentation](https://erlang.org/doc/man/ssl.html#type-ciphers) for allowed values.
140140

141141
### `listen.c2s.tls.protocol_options` - only for `fast_tls`
142142
* **Syntax:** array of strings

doc/modules/mod_global_distrib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ These options will be passed to the `fast_tls` driver.
235235
* **Default:** `"TLSv1.2:TLSv1.3"`
236236
* **Example:** `ciphers = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384"`
237237

238-
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](https://www.openssl.org/docs/man1.0.2/man1/ciphers.html) for the cipher string format.
238+
Cipher suites to use with StartTLS or TLS. Please refer to the [OpenSSL documentation](https://docs.openssl.org/master/man1/openssl-ciphers/) for the cipher string format.
239239

240240
#### `modules.mod_global_distrib.connections.tls.dhfile`
241241
* **Syntax:** string, path in the file system

0 commit comments

Comments
 (0)