Forum Discussion

jbrunetext_2297's avatar
jbrunetext_2297
Icon for Nimbostratus rankNimbostratus
Jan 06, 2016

we have to recompile openssl on F5

hello By default OpenSSL uses a custom build system to configure the library. But we face a issue with client , for some reason we cannot change properties of TLS client (carte CPS firmware )

 

In orde to solve the issue we have to re-compile openssl with the option -DOPENSSL_NO_SHA512 .This option not allow the client to choose Sha512 with the server for the TLS connection.

 

But we don't understand how to perform this action. Could you please help us ?

 

2 Replies

  • Where do you want to disable SHA512, between Client and VIP or VIP and Server. Is ssl offloaded on F5.

     

  • We use the TMOS 10.2.4 plateform. The issue is on server F5, we haven't set the ssl offloaded on F5, we use the basic configuration however the TLS/SSL protocol always choose the best protocol sign hash "SHA512" but our SD card is not compatible with SHA512. We need to disabled the SHA512 in order to connect the client browser with SDcard on F5.