NetTalk Central

Author Topic: SSL with SimpleServer - how can I be sure it works?  (Read 14483 times)

Wolfgang Orth

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
    • oData Wolfgang Orth
SSL with SimpleServer - how can I be sure it works?
« on: November 28, 2008, 05:07:15 AM »
Hello all,

in the past days I have played a bit with SSL for a Webserver and it seems to work fine so far. 

My intention is to use SSL also with a SimpleServer. But while HTTPS and the padlock is shown when using SSL ona webserver there seems no visible indicator to ensure me that it works.

Do I simple have to trust because if it is not SSL then it would not work at all, so if it works its secure.... or is there no possibility to proof SSL being at work?

thx
Wolfgang

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: SSL with SimpleServer - how can I be sure it works?
« Reply #1 on: February 06, 2009, 03:22:03 AM »
You can assume that if it's using the https protocol, then it is working.

Cheers
Bruce

Rob Mikkelsen

  • Full Member
  • ***
  • Posts: 107
    • Yahoo Instant Messenger - flashpott
    • View Profile
    • Email
Re: SSL with SimpleServer - how can I be sure it works?
« Reply #2 on: March 16, 2009, 06:01:13 PM »
Wolfgang,

Put a sniffer on the line (I use WireShark) to see what is sent between the programs.  If you cannot read any of the data, it's encrypted.

Rob