05-Feb-2019
01:06
- last edited on
05-Jun-2023
21:50
by
JimmyPackets
Hi all,
We are using F5 to load balance some Hadoop DB services (apache Hive and apache Impala) : if it's perfectly working unencrypted, we have a problem setting SSL offload (encryption between client and LB only) for JDBC queries (not HTTP). Below are the main diff between configurations
Unencrypted settings
Encrypted settings
When connecting to the secured entry point, the behavior is quite unpredictable : sometimes it'll connect, sometimes the connection will hang while being established ending with a connection time-out error
Any hints ?
19-Feb-2019 05:24
Problem solved with the following actions - Protocol Profile (Client) : switched to TCP with 1H idle timeout - Oneconnect profile : was set by mistake, switched to none
-> This last setting was the root cause of the problem, oneconnect use for non-HTTP traffic should be avoided
22-Sep-2021 19:48
@ndupont 382983
Hello
Can you share what are the monitor type you configured ? If possible can you share the monitor details ?
Service port 10443 you used as HTTPS ?
Are you using SSL Bridging or Offload ?
If SSL Bridging do I need to install the cert at backend DataBase Server too ?