ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/doc/example.efnet.conf
(Generate patch)

Comparing ircd-hybrid-7.2/etc/example.efnet.conf.in (file contents):
Revision 959 by michael, Fri Jul 31 14:42:09 2009 UTC vs.
Revision 967 by michael, Sun Aug 2 18:05:28 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines