diff --git a/doc/html/howtoe.html b/doc/html/howtoe.html index de6d6c3..dc7f585 100644 --- a/doc/html/howtoe.html +++ b/doc/html/howtoe.html @@ -33,8 +33,9 @@
  • How to resolve names through a parent proxy
  • How to set up an FTP proxy
  • How to set up an SNI proxy (tlspr)
  • -
  • How to set up TLS/SSL with SSLPlugin (https proxy, mTLS)
  • -
  • How to create CA and certificates for SSLPlugin
  • +
  • How to set up TLS/SSL (https proxy, mTLS)
  • +
  • How to create CA and certificates for SSL
  • +
  • How to use PCRE filtering (regular expressions)
  • How to limit service access
  • How to create a user list
  • How to limit user access to resources @@ -639,9 +640,12 @@ allow * proxy

    -
  • How to set up TLS/SSL with SSLPlugin (https proxy, mTLS) +
  • How to set up TLS/SSL (https proxy, mTLS)

    -SSLPlugin provides TLS/SSL support for 3proxy. It can be used to: +Since version 0.9.7, SSL/TLS support is built into 3proxy when compiled with OpenSSL +(WITH_SSL). Previously available as SSLPlugin, the functionality is now integrated +into the main binary. The plugin line is no longer required. +SSL/TLS support can be used to: