| # | Line 124 | Line 124 | serverinfo { | |
|---|---|---|
| 124 | * E-mail: you@domain.com | |
| 125 | */ | |
| 126 | #ssl_certificate_file = "/usr/local/ircd/etc/cert.pem"; | |
| 127 | + | |
| 128 | + | /* |
| 129 | + | * ssl_server_protocol: |
| 130 | + | * SSL/TLS protocols we provide for incoming secure connections. |
| 131 | + | * This can be either sslv3 for SSLv3, and/or tlsv1 for TLSv1. |
| 132 | + | * SSLv2 is not suppported. This cannot be changed at runtime. |
| 133 | + | */ |
| 134 | + | #ssl_server_protocol = sslv3, tlsv1; |
| 135 | }; | |
| 136 | ||
| 137 | /* | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |