Forum Discussion
Hasan_35483
Nimbostratus
Apr 20, 2012Connection reset exception while using iControl Asseumbly 10.2 Java
I have included all the library jars available with icontrol assembly 10.2 java download.
I am able to create a LTM pool from the UI and using tmsh commands , but it fails while using iControl As...
Mar 02, 2012
Looks to me like the header is getting inserted. How are you testing it on your backend server to verify that it's not making it there?
- Hi Skuba,
tmm --clientciphers 'HIGH:!SSLv2:!ADH' ID SUITE BITS PROT METHOD CIPHER MAC KEYX 0: 53 AES256-SHA 256 SSL3 Native AES SHA RSA 1: 53 AES256-SHA 256 TLS1 Native AES SHA RSA 2: 55 DH-RSA-AES256-SHA 256 SSL3 Compat AES SHA DH/RSA 3: 55 DH-RSA-AES256-SHA 256 TLS1 Compat AES SHA DH/RSA 4: 57 DHE-RSA-AES256-SHA 256 SSL3 Compat AES SHA EDH/RSA 5: 57 DHE-RSA-AES256-SHA 256 TLS1 Compat AES SHA EDH/RSA
- L4L7_53191Feb 15, 2010
Nimbostratus
One thing to note: explicitly setting ciphers can affect the BigIP's ability to offload to hardware, which means you could potentially take a CPU hit. Here are some solutions for you to reference. It also may be worth confirming with support on this for the most recent info. - Skuba_85554Feb 16, 2010
Nimbostratus
thanks for all the information, but i'm still a little confused as to how this change will actually effect our users. for example, if i disable EXP-DES-CBC-SHA what web browser will this actually impact? etc - If you disable a cipher in the client SSL profile, LTM won't offer it in the list of available ciphers in the server hello during the SSL handshake. There wouldn't be any negative impact if the client and LTM can agree on a cipher. The only problem arises if there isn't at least one cipher in the list of ciphers the client and LTM both support. In that case, the SSL handshake will fail.
- Skuba_85554Feb 16, 2010
Nimbostratus
The only problem arises if there isn't at least one cipher in the list of ciphers the client and LTM both support. In that case, the SSL handshake will fail.
- Ed_Hammond_2611Sep 27, 2011
Nimbostratus
With the 2011-09-23 news of the following: