Is there an easy way to tell if I am successfully encrypting transfers between me and my database? Can I look at the network monitor or something that will tell me?

NOTE: I am new to any sort of network monitoring, and might be missing something entirely obvious. :)

link|improve this question
feedback

1 Answer

up vote 8 down vote accepted

You could use an application like wireshark and monitoring what network traffic is going between you and your database

link|improve this answer
+1 for wireshark, I believe it is the most often recommended piece of software here on serverfault. – Zoredache Jun 9 '10 at 16:29
@Zoredache: heh, yeah. Wireshark is to SF what jQuery is to SO. – squillman Jun 9 '10 at 16:35
Thanks for the recommendation - I've looked at some screenshots and I don't see what part is telling me that there is encrypted data? – Brandi Jun 9 '10 at 22:31
What protocol does wireshark say is going between you and the database? What protocol should it be, if it's encrypted? – mfinni Jun 9 '10 at 22:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.