Skip to content

Commit

Permalink
Issue Castaglia#213: Mention the need for mod_tls, for FTPS and SSL…
Browse files Browse the repository at this point in the history
…/TLS support, in a few more places in the docs.
  • Loading branch information
Castaglia authored and raider700 committed Aug 22, 2023
1 parent c6b8a33 commit ad62145
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions mod_proxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,11 @@ <h3><a name="ProxyTLSEngine">ProxyTLSEngine</a></h3>

<p>
The <code>ProxyTLSEngine</code> directive configures the use of SSL/TLS for
<em>backend</em> FTP connections. The supported values are:
<em>backend</em> FTP connections. <b>Note</b> that SSL/TLS support
<b>requires</b> the presence/use of the <code>mod_tls</code> ProFTPD module.

<p>
The supported values are:
<ul>
<li><em>on</em>
<p>
Expand Down Expand Up @@ -2018,7 +2022,8 @@ <h2><a name="Usage">Usage</a></h2>
<p>
<b>Implicit FTPS Support</b><br>
The <code>mod_proxy</code> module includes support for using <a href="https://en.wikipedia.org/wiki/FTPS#Implicit">implicit FTPS</a> with backend servers,
both when forward and reverse proxying.
both when forward and reverse proxying. <b>Note</b> that implicit FTPS support
<b>requires</b> the presence/use of the <code>mod_tls</code> ProFTPD module.

<p>
In order to use implicit FTPS for a reverse proxy server, the URI syntax
Expand Down

0 comments on commit ad62145

Please sign in to comment.