Forum Discussion
Skuba_85554
Nimbostratus
Jul 28, 2009ssl logs
hi everyone
we've been using ssl termination for years without any problems, but recently i've implemented client certificate authentication for the first time. it seems to be working w...
hoolio
Cirrostratus
Jul 28, 2009I don't think you'll see any connection failure logs. Your best bet for troubleshooting would probably be to capture a tcpdump of the client connection failure and then use ssldump on LTM to decode it. You'll need to start the tcpdump before the TCP connection from the client to VIP is established so you get the initial SSL handshake in the trace. You can then use ssldump to decode it:
https://support.f5.com/kb/en-us/solutions/public/7000/800/sol7823.html
tcpdump -i 0.0 -s0 -w/var/tmp/client_cert.dmp host CLIENT_IP
ssldump -AdneN -r/var/tmp/client_cert.dmp -k/config/httpd/conf/ssl.key/server.key >/var/tmp/client_cert.txt
Aaron
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