ssl configaration for specific url

Discussion in 'Apache' started by Abhishek.Patil.R, Feb 1, 2012.

  1. #1
    We are trying to enable TLSV1 for a specific url pattern while the rest of the application can use SSLV3. We are trying to override the default protocol by adding the below entry to the ssl.conf file. But this is not overwriting the settings. Let us know the right way to do it.


    <Location /xyz/>
    SSLProtocol -all +TLSv1
    SSLCipherSuite HIGH
    </Location>




    Regards
    ABHISHEK
    Abhishek.Patil.R@gmail.com
     
    Abhishek.Patil.R, Feb 1, 2012 IP