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

Comparing ircd-hybrid-7.2/etc/example.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 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   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines