Always Geeky

Knowledge base for various geeky topics
 

+menu-

F5 LTM

Configure client side and server side SSL certificates with TMSH

Adding either a client side or a server side SSL certificate using TMSH is not always intuitive. Here is how to do it.


modify ltm virtual V203.0.113.1 profiles add { http { } serverssl { context serverside } clientcert1 { context clientside } }

...Read More »

HTTP monitor not failing on 404 response

By default, a HTTP or HTTPS monitor will not fail a member if the LTM receives something other than a 200 OK response. This can be confusing, as you would expect a 404, 500, 501, 302 or similar response to cause a failure.

This is expected behaviour, due to the receive...Read More »


 

Leave a Reply