Hello Team,
Currently my Apache server supports SSLV2, V3, TLSV1.
The client requirement is to enalbe TLSV1.1 or above on the webserver.
Current Version of Apache: Apache V2.2.16
When I tried to Add SSLProtocol All TLSv1.1 TLSv1.2. Server has thrown the error saying Illegal Protocol.
Please do let me know the steps for enabling TLSV1.1 or above.