Disabling sslv2 on linux for port 636.

Rohit khaladkar rohit.khaladkar at gmail.com
Tue Jun 2 14:41:21 UTC 2009


Yes. I check httpd.conf and added the same lines in the file.
I could not find any conf file which has 636 port mentioned explicitly.

Thanks!
Rohit Khaladkar

On Tue, Jun 2, 2009 at 8:00 PM, mark <m.roth2006 at rcn.com> wrote:

> Rohit khaladkar wrote:
> > Hi All,I want to disable ssl2 on a linux server for Port 636. Here is the
> > procedure that I followed :
> >
> > 1)Edit ssl.conf and added following entries in it .
> >
> > SSLCipherSuite HIGH:!SSLv2:!ADH:!aNULL:!eNULL:!NULL
> > SSLProtocol -All +SSLv3 +TLSv1
> >
> > 2)Restarted Apache service.
> >
> > 3)Restarted network.
> >
> > I checked if ssl2 is disabled using the following command :
> >
> > openssl s_client -connect hostname:636 -ssl2
> >
> > where hostname= server name
> >
> > But it still shows me the certificate. I even tried rebooting the machine
> ,
> > but no luck.
> >
> > Am I missing anything here?.
> >
> Have you checked httpd.conf, or anywhere else in ssl.conf, or any other
> *.conf
> to see if apache is told to listen to 636 somewhere, or whether there's a
> virtual host on that port?
>
>        mark
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



-- 
Thanks!
Rohit Khaladkar



More information about the redhat-list mailing list