Forum Discussion
mishpan_70054
Nimbostratus
Dec 03, 2012logging Subject Server Certificate -in case Server side profile
Hi All
I have virtual configure with clientssl & serverssl profile enable. I like to know how I can log the subject details of the server certificate use by real server when lb communicat...
What_Lies_Bene1
Cirrostratus
Dec 03, 2012You might want to check for the existence of the SSL certificate like so;
when SERVERSSL_HANDSHAKE {
if { [SSL::cert 0] eq "" } {
No SSL certificate present
return
}
else {
set subject_details [X509::subject [SSL::cert 0]]
log local0. "$subject_details"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects
