The "starttls" Module (v3)
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 (SSL) profile to use for STARTTLS clients. |
Example Usage
<starttls provider="gnutls">
Client Capabilities
| Name | Description |
|---|---|
| tls | Allows plaintext connections to upgrade to TLS (SSL). |