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