Forum Discussion
APM logon checkbox checked by default
It only happened when loading bigip.conf and not when editing/adding the iRule.
I am running LTM 9.1.2.
Are there any other problems or optimizations you see with this iRule?
- Arnaud_LemaireJun 01, 2016
Employee
Hello, do you mean that if you don't refresh the request client side, the header won't be insert with certificate information after the SSL renegotiation ?
if that is the case, it may be because at the time you did the insert, there was no certificate presented.
what is your ssl profile parameter for client auth ? request?
- Arnaud_LemaireJun 01, 2016
Employee
Hello, do you mean that if you don't refresh the request client side, the header won't be insert with certificate information after the SSL renegotiation ?
if that is the case, it may be because at the time you did the insert, there was no certificate presented.
what is your ssl profile parameter for client auth ? request?
- Kevin_StewartJun 01, 2016
Employee
You're forcing a "step up" SSL renegotiation with the SSL::renegotiate command, which is happening at after the first HTTP request. Why not just set Require in the client auth section of the client SSL profile?
- Arnaud_LemaireJun 01, 2016
Employee
Hi again, please have a look to this code : https://devcentral.f5.com/codeshare?sid=665.
As i said before, you can use the same even as you are collecting and during the event the ssl information is not present. you can modify your irule like in the this code share which is using the event HTTP_REQUEST_SEND, just before sending the request to server to add the header and ssl information.