The "starttls" Module (v4)
This module is deprecated and will be removed in the next major version of InspIRCd.
This capability has been deprecated by IRCv3. It is recommended that you use the ircv3_sts module instead.
Description
This module provides the IRCv3 tls client capability.
Configuration
To load this module use the following <module> tag:
<module name="starttls">
<starttls>
The <starttls> tag defines settings about how the starttls module should behave. This tag can only be defined once.
| Name | Type | Default Value | Description |
|---|---|---|---|
| provider | Text | None | The name of the TLS profile to use for STARTTLS clients. |
Example Usage
<starttls provider="gnutls">
Client Capabilities
| Name | Description |
|---|---|
| tls | Allows plaintext connections to upgrade to TLS. |