Skip to content

Commit 0427048

Browse files
committed
Update mod_ssl docs to reference current & working openssl.org
URIs throughout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924774 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5a148b5 commit 0427048

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/manual/mod/mod_ssl.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Layer (SSL) and Transport Layer Security (TLS) protocols</description>
3333
<p>This module provides SSL v3 and TLS v1.x support for the Apache
3434
HTTP Server. SSL v2 is no longer supported.</p>
3535

36-
<p>This module relies on <a href="http://www.openssl.org/">OpenSSL</a>
36+
<p>This module relies on <a href="https://www.openssl.org/">OpenSSL</a>
3737
to provide the cryptographic engine.</p>
3838

3939
<p>Further details, discussion, and examples are provided in the
@@ -752,7 +752,7 @@ Since TLSv1.3 does not offer renegotiations, specifying ciphers for it in
752752
a directory context is not allowed.</p>
753753
<p>
754754
For a list of TLSv1.3 cipher names, see
755-
<a href="https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html">the OpenSSL
755+
<a href="https://docs.openssl.org/master/man3/SSL_CTX_set_ciphersuites/">the OpenSSL
756756
documentation</a>.</p>
757757
<p>
758758
An SSL cipher specification in <em>cipher-spec</em> is composed of 4 major
@@ -2461,7 +2461,7 @@ With OpenSSL 3.0 or later, if no engine is specified but the key or certificate
24612461
is specified using a <a href="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>
24622462
then it is tried to load the key and certificate from an OpenSSL provider.
24632463
The OpenSSL provider to use must be defined and configured in the OpenSSL config file,
2464-
and it must support the <a href="https://www.openssl.org/docs/man3.0/man7/provider-storemgmt.html">STORE method</a>
2464+
and it must support the <a href="https://docs.openssl.org/3.0/man7/provider-storemgmt/">STORE method</a>
24652465
for <a href="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>.
24662466
</p>
24672467
</usage>
@@ -2949,7 +2949,7 @@ features are added to OpenSSL.</p>
29492949
depends on the OpenSSL version being used for <module>mod_ssl</module>
29502950
(at least version 1.0.2 is required). For a list of supported command
29512951
names, see the section <em>Supported configuration file commands</em> in the
2952-
<a href="http://www.openssl.org/docs/man1.0.2/ssl/SSL_CONF_cmd.html#SUPPORTED-CONFIGURATION-FILE-COMMANDS">SSL_CONF_cmd(3)</a> manual page for OpenSSL.</p>
2952+
<a href="https://docs.openssl.org/master/man3/SSL_CONF_cmd/#supported-configuration-file-commands">SSL_CONF_cmd(3)</a> manual page for OpenSSL.</p>
29532953

29542954
<example><title>Examples</title>
29552955
<highlight language="config">

0 commit comments

Comments
 (0)