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

Comparing ircd-hybrid-8/doc/example.efnet.conf (file contents):
Revision 1310 by michael, Mon Mar 26 15:45:02 2012 UTC vs.
Revision 1316 by michael, Tue Mar 27 17:05:51 2012 UTC

# Line 151 | Line 151 | serverinfo {
151           * ssl_server_protocol:
152           * SSL/TLS protocols we provide for incoming secure connections.
153           * This can be either sslv3 for SSLv3, and/or tlsv1 for TLSv1.
154 <         * SSLv2 is not suppported. This cannot be changed at runtime.
154 >         * SSLv2 is not suppported.
155           */
156 <        #ssl_server_protocol = sslv3, tlsv1;
156 >        #ssl_server_method = tlsv1, sslv3;
157 >        #ssl_client_method = tlsv1;
158   };
159  
160   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines