Forum Discussion
F5 SSL Termination for Oracle Server
Hello, I've Oracle Server that has unencrypted connection between it and F5 and I'd like to apply SSL termination to the F5 so the client has a secure connection. The configuration I've works with HTTP normally, however nothing works with HTTPS and I've added a certificate for client side. The configuration is shown below;
Noting that the pool listens to port 9502
HTTP vServer Configuration
ltm virtual ORACLE_HTTP { destination 10.155.0.126:http ip-protocol tcp mask 255.255.255.255 pool ORACLE_POOL profiles { http { } tcp { } } source 0.0.0.0/0 source-address-translation { type automap } translate-address enabled translate-port enabled vs-index 300 }
HTTPS vServer Configuration
ltm virtual ORACLE__HTTPS { destination 10.156.0.126:https ip-protocol tcp mask 255.255.255.255 pool ORACLE_POOL profiles { SECURE_CERT { context clientside } HTTP_HTTPS { } tcp { } } source 0.0.0.0/0 source-address-translation { type automap } translate-address enabled translate-port enabled vs-index 301 }
===============POOL CONFIGURATION===============
admin@(F5-INT-01)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm pool ORACLE_REPORTING_POOL ltm pool ORACLE_POOL { members { 10.100.39.4:9502 { address 10.100.39.4 session monitor-enabled state up } } monitor TCP_9502
========================MONITORING CONFIGURATION===========
ltm monitor tcp TCP_9502 { adaptive disabled defaults-from tcp destination *:9502 interval 5 ip-dscp 0 recv none recv-disable none send none time-until-up 0 timeout 16
awesome, thanks for reporting back.
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