Forum Discussion
Adding specific cipher to ssl profile
Hi all,
I hope you are doing well,
I need to add 2 specific ciphers TLS_RSA_EXPORT1024_WITH_RC4_56_SHA and
TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA.
What is the syntax for this ? F5' s software version is 11.5.1 hotfix 5
Regards.
5 Replies
- Vitaliy_Savrans
Nacreous
Hi,
you can use for the TLS_RSA_EXPORT1024_WITH_RC4_56_SHA following syntax
!sslv3:EXP1024-RC4-SHAand for the TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA :
!sslv3:!dtlsv1:EXP1024-DES-CBC-SHA - Vitaliy_Savrans
Nacreous
tmm --clientcipher '!sslv3:EXP1024-RC4-SHA' ID SUITE BITS PROT METHOD CIPHER MAC KEYX 0: 100 EXP1024-RC4-SHA 56 TLS1 Native RC4 SHA RSA tmm --clientcipher '!sslv3:!dtlsv1:EXP1024-DES-CBC-SHA' ID SUITE BITS PROT METHOD CIPHER MAC KEYX 0: 98 EXP1024-DES-CBC-SHA 56 TLS1 Native DES SHA RSA - Seckin_149390
Nimbostratus
Hi Vitaliy,
Firstly, thanks for your swift response.
I have added this in the GUI --> ssl --> client profile --> ciphers section like this,
DEFAULT:!SSLv3:EXP1024-RC4-SHA but it gives an error as follows ;
01070312:3: Invalid keyword 'exp1024-rc4-sha' in ciphers list for profile /Common/test
Any Suggestions ?
Regards.
- Vitaliy_Savrans
Nacreous
can you post the output of: tmm --clientcipher export ?
- Seckin_149390
Nimbostratus
Hi Vitaliy,
Many thanks for this, problem solved. There was a problem on the syntax.
Regards.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com