I am developing an application to send HTTPS post request to URLs using Apache camel jetty component. I am using java 1.6_45 java version to run the application. But as java 1.6 does not support TLSv1.1, my request is processed using TLSv1.0. How could I get TLSv1.1 support without changing the java version ?
Is it enough to change the java security provider to bouncy castle in java.security file ?