I have a commercial client > server application that uses SSL to encrypt data between the two end-points and I want to decrypt it. FWIW it's using a non-standard port(it doesn't use port 443, 389, etc).
In the Edit > Preferences > Protocols > SSL > RSA keys list: field, there's a parameter to specify a protocol. In the examples I've seen the protocol listed is a clear text protocol(like HTTP or LDAP) but I don't know what the commercial application uses. Is there a way for me to tell without asking the vendor? Or what should go in the protocol field?
When I decode it I can see the handshake data but the Application Data is still encrypted.
I have the private key since it resides on the server so it seems I'm only missing the protocol.
Thanks, Gary