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

Comparing ircd-hybrid-8/doc/example.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 148 | Line 148 | serverinfo {
148           * ssl_server_protocol:
149           * SSL/TLS protocols we provide for incoming secure connections.
150           * This can be either sslv3 for SSLv3, and/or tlsv1 for TLSv1.
151 <         * SSLv2 is not suppported. This cannot be changed at runtime.
151 >         * SSLv2 is not suppported.
152           */
153 <        #ssl_server_protocol = sslv3, tlsv1;
153 >        #ssl_server_method = tlsv1, sslv3;
154 >        #ssl_client_method = tlsv1;
155   };
156  
157   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines