I created a desktop client connects to Postgresql database and I want to be sure that this application uses SSL (I don't want to expose users authentications over the network). How can I be sure that my desktop client connections over SSL or not? I couldn't find a way to make Wireshark track my application's process so tried to use a simple filter because I know the destination ip and the port but this didn't help me very much!
P.S. Sorry for silly question because I'm still a newbie and I couldn't find an answer to my question after searching here. asked 21 Jul '13, 02:28 mbnoimi edited 21 Jul '13, 05:27 grahamb ♦ |
One Answer:
Wireshark can't track traffic on a per process basis but can do so by IP address and port. What do you see with your filter? answered 21 Jul '13, 05:29 grahamb ♦ |
How can I tell you what I saw, In case you want Wireshark's log you can download this link (K12 text file)
It would be more helpful to just post the Wireshark capture (pcap) somewhere easily accessible, such as Cloudshark. Make sure the capture doesn't contain any sensitive info before posting it.