Forum Discussion
Michel_van_der_
Nimbostratus
Mar 14, 2005Decrypting SSL SOAP traffic
I'm using Soap::Lite to do my iConrol work. I've been trying to
track donw a rather insidious bug, that proves to be hard to
find. I'd like to be able to decrypt the iControl data stream
to the BigIP using ssldump (i.e. capture my data using tcpdump,
getting the F5 server key and using that to decrypt with ssldump).
Can someone tell me where to find the SSL server key on the
F5, or, better, show exactly how it's done?
Thanks.
- Is there a reason you aren't using SOAP::Lite's built in debugging. I'm assuming you want to decrypt the iControl message to/from the server. If you use the SOAP::Lite debugging you will get both the outbound and returning streams in clear text.
use SOAP::Lite
use SOAP::Lite + trace => qw(method debug);
- Loc_Pham_101863Historic F5 AccountIn 4.x, the locations of the server keys, certs, CSRs, CRLs are:
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