Changeset 157 for pykoticon

Show
Ignore:
Timestamp:
06/08/06 19:52:44 (18 years ago)
Author:
jerome
Message:

Added something about insecure connexions.

Location:
pykoticon/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/README

    r153 r157  
    7979Usage : 
    8080 
    81   PyKotIcon is often used as a client side companion for the PyKota 
    82   print accounting solution, but in reality PyKotIcon is completely 
     81  PyKotIcon is often used as a client side companion of the PyKota 
     82  print accounting solution, with PyKota's pknotify command line tool 
     83  acting as a PyKotIcon client. But in reality PyKotIcon is completely 
    8384  independant of PyKota, and can be used from any application 
    8485  which can do remote procedure calls over XML-RPC. 
     
    170171             
    171172             
     173IMPORTANT : PyKotIcon doesn't currently support encrypted connections,             
     174so if you're afraid of sensitive information flying in the clear 
     175over the nework, you should probably install a transparent secure  
     176tunneling software like stunnel on both sides of each connection. 
     177 
    172178==================================================================== 
    173179     
  • pykoticon/trunk/TODO

    r146 r157  
    2222TODO, in no particular order : 
    2323 
    24     - Find something to do :) 
     24    - SSL support. 
    2525     
    2626============================================================