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...
Mar 14, 2005
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.
Replace this line
use SOAP::Lite
with
use SOAP::Lite + trace => qw(method debug);
And you will get everything in clear text in your client console.
-Joe
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
