How to 'test' if SSL is working??

2012-04-14 Thread Nathan Smyth
Hi there, I have a dumb question. How can I tell whether SSL is actually protecting a tcp connection - is there anyway from outside the application. I assume I should look for something in Netstat?  I have quite a complicated application, with lots of sockets open between various components.

Re: How to 'test' if SSL is working??

2012-04-14 Thread Jeffrey Walton
On Sat, Apr 14, 2012 at 7:20 PM, Nathan Smyth naf...@ymail.com wrote: Hi there, I have a dumb question. How can I tell whether SSL is actually protecting a tcp connection - is there anyway from outside the application. I assume I should look for something in Netstat? I have quite a