Changeset 144
- Timestamp:
- 05/15/12 23:14:53 (13 years ago)
- Location:
- etherws/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
etherws/trunk/README.rst
r141 r144 46 46 # ifconfig br0 up 47 47 48 Also etherws supports SSL/TLS connection (but authentication is not 49 supported yet), so if you want to encrypt this tunnel, then you can 50 use following options:: 51 52 on Hypervisor1 (options *keyfile* and *certfile* were specified):: 53 54 # etherws server --keyfile ssl.key --certfile ssl.crt 55 56 on Hypervisor2 (option *uri*'s scheme was changed to *wss*):: 57 58 # etherws client --uri wss://<Hypervisor1's IP address>/ 59 48 60 History 49 61 ======= 50 0.1 (2012-05-15) 62 0.2 (2012-05-16 JST) 63 - SSL/TLS connection support 64 65 0.1 (2012-05-15 JST) 51 66 - First release -
etherws/trunk/setup.py
r141 r144 37 37 setup( 38 38 name='etherws', 39 version='0. 1',39 version='0.2', 40 40 description='Ethernet over WebSocket tunneling server/client', 41 41 long_description=longdesc,
Note: See TracChangeset
for help on using the changeset viewer.