For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

kolejarz's avatar
kolejarz
Icon for Nimbostratus rankNimbostratus
Jul 12, 2006

Insert Certificates

Hello,

I'm going to migrate from old BIG-IP(software v4.5) to new BIG-IP 3400 (v9.1.2) and I have problem with functionality "Insert Certificates" and "Insert Client Session ID" which are not implementet in v9.x.

I read almost all posts and thera are my irules for first problem:


when CLIENTSSL_HANDSHAKE / CLIENTSSL_CLIENTCERT {
set my_cert [SSL::cert 0]
set my_verify_result [SSL::verify_result]
}
when HTTP_REQUEST {
HTTP::header insert [X509::cert_fields $my_cert $my_verify_result serial
issuer validity subject]
}

For irule with CLIENTSSL_HANDSHAKE I have this error in http header:

SSLCLientCertStatus: error number 1\r\n

with CLIENTSSL_CLIENTCERT page doesn't - there is an IE error.

Thanks for your help in advance,

K.
No RepliesBe the first to reply