This is a discussion on force using SSL v3 within the Apache Web Server forums, part of the Web Server and Related Forums category; hello, i want to disable the uses of ssl v2 in mod_ssl. and use only ssl v3 and up (future..) ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 2006-01-10 16:27:42 -0500, asafku@gmail.com said:
> hello, > > i want to disable the uses of ssl v2 in mod_ssl. > and use only ssl v3 and up (future..) > > thanx, > asaf If I recall correctly, there is an SSLProtocols directive that allows you to specify that SSLv2 is not allowed. Check the Apache 2.x docs at <http://httpd.apache.org/docs-2.0/>. HTH. -- Scott Lowe |