Author Topic: How can I tell if my connection is using SSL?  (Read 2172 times)

Offline columbo

  • Contributor
  • ***
  • Posts: 4
How can I tell if my connection is using SSL?
« on: January 03, 2008, 03:16:53 am »
I enabled it when I input my server info, I'd just like to know if there is some way to tell if it's indeed using encryption.

As a recent convert from sabnzbd, I must say your program is INCREDIBLE. I could barely believe the small amount of memory it uses, AND the SSL support!


Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: How can I tell if my connection is using SSL?
« Reply #1 on: January 03, 2008, 03:40:57 am »
Firstly, you can only connect to a secure server/port if you have SSL enabled, i.e. if the traffic is encrypted.  Secondly, if this isn't enough assurance for you, use something like Wireshark to sniff the packets, and compare with non-SSL traffic; the latter should be in plaintext, the former should be gobbledegook.

« Last Edit: January 03, 2008, 03:48:37 am by Hecks »