| TLS-PYTHON2(1) | python-tlslite-ng | TLS-PYTHON2(1) |
tls-python2 - run test servers and clients
tls-python2 server [-k KEY] [-c CERT] [-t TACK] [-v VERIFIERDB] [-d DIR] [--reqcert] HOST:PORT tls-python2 client [-k KEY] [-c CERT] [-u USER] [-p PASS] HOST:PORT
$ tls-python2 server -k serverX509Key.pem -c serverX509Cert.pem localhost:4443
$ tls-python2 client localhost:4443
tls-python2 lets you run test clients and servers. It can be used for testing other TLS implementations, or as example code. Note that tls.py server runs an HTTPS server which will serve files rooted at the current directory by default, so be careful.
tlslite-ng is developed by Hubert Kario <hkario@redhat.com>
| 02 November 2018 | 0.7.5 |