Forum Discussion
jordanjh1
Nimbostratus
Mar 19, 2020Set Protocol Profile (Server) And HTTP Profile (Server) via the SDK
I am trying to set the Protocol Profile (Server) and the HTTP Profile (Server) via the Python SDK. I am putting the profiles I want in a dictionary object. profiles = { "profiles": [ "f5-tcp...
May 02, 2024
Hi All,
Please refer here for configuring 2 way SSL Authentication
K12140946: Configuring the BIG-IP system to perform two-way SSL authentication
https://my.f5.com/manage/s/article/K12140946
HTH
🙏
- Laudec_55181Apr 24, 2012
Altostratus
Hi Hamdi, - Chris_Akker_129Apr 25, 2012Historic F5 AccountHi Hamdi, the database query in question in used to determine the state of the database, OPEN or not. So, if both your Active and Standby database servers are in a big-ip pool, during normal operation, the Active will be "up", and the Standby will be "down". When there is a transition from Active to Standby ( via Dataguard Manager or other process ), then health monitor will show the reverse...the Active will be "down", and the Standby will now be "up" ( becoming the new Active ). Then big-ip will begin to send connections to the Standby, as soon as the monitor ( database query ) returns the OPEN status to the big-ip.
- Hamdi_Fersi_350Apr 26, 2012
Nimbostratus
Yes that helped alot,