Skip to content

Commit 2018de7

Browse files
committed
Merge r1924774 from trunk:
Update mod_ssl docs to reference current & working openssl.org URIs throughout. PR: 69682 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1925513 13f79535-47bb-0310-9956-ffa450edef68
1 parent fb5680c commit 2018de7

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 cryptography engine.</p>
3838

3939
<p>Further details, discussion, and examples are provided in the
@@ -736,7 +736,7 @@ Since TLSv1.3 does not offer renegotiations, specifying ciphers for it in
736736
a directory context is not allowed.</p>
737737
<p>
738738
For a list of TLSv1.3 cipher names, see
739-
<a href="https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html">the OpenSSL
739+
<a href="https://docs.openssl.org/master/man3/SSL_CTX_set_ciphersuites/">the OpenSSL
740740
documentation</a>.</p>
741741
<p>
742742
An SSL cipher specification in <em>cipher-spec</em> is composed of 4 major
@@ -2428,7 +2428,7 @@ With OpenSSL 3.0 or later, if no engine is specified but the key or certificate
24282428
is specified using a <a href="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>
24292429
then it is tried to load the key and certificate from an OpenSSL provider.
24302430
The OpenSSL provider to use must be defined and configured in the OpenSSL config file,
2431-
and it must support the <a href="https://www.openssl.org/docs/man3.0/man7/provider-storemgmt.html">STORE method</a>
2431+
and it must support the <a href="https://docs.openssl.org/3.0/man7/provider-storemgmt/">STORE method</a>
24322432
for <a href="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>.
24332433
</p>
24342434
</usage>
@@ -2940,7 +2940,7 @@ features are added to OpenSSL.</p>
29402940
depends on the OpenSSL version being used for <module>mod_ssl</module>
29412941
(at least version 1.0.2 is required). For a list of supported command
29422942
names, see the section <em>Supported configuration file commands</em> in the
2943-
<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>
2943+
<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>
29442944

29452945
<p>Some of the <directive>SSLOpenSSLConfCmd</directive> commands can be used
29462946
as an alternative to existing directives (such as

0 commit comments

Comments
 (0)