.\" Text automatically generated by txt2man .TH TLS-PYTHON2 1 "02 November 2018" "0.7.5" "python-tlslite-ng" .SH NAME \fBtls-python2 \- run test servers and clients \fB .SH SYNOPSIS .nf .fam C \fBtls-python2\fP \fIserver\fP [\fB-k\fP \fIKEY\fP] [\fB-c\fP \fICERT\fP] [\fB-t\fP \fITACK\fP] [\fB-v\fP \fIVERIFIERDB\fP] [\fB-d\fP \fIDIR\fP] [\fB--reqcert\fP] \fIHOST:PORT\fP \fBtls-python2\fP \fIclient\fP [\fB-k\fP \fIKEY\fP] [\fB-c\fP \fICERT\fP] [\fB-u\fP \fIUSER\fP] [\fB-p\fP \fIPASS\fP] \fIHOST:PORT\fP .fam T .fi .fam T .fi .SH USAGE EXAMPLE $ \fBtls-python2\fP \fIserver\fP \fB-k\fP serverX509Key.pem \fB-c\fP serverX509Cert.pem localhost:4443 .PP $ \fBtls-python2\fP \fIclient\fP localhost:4443 .SH DESCRIPTION \fBtls-python2\fP lets you run test clients and servers. It can be used for testing other TLS implementations, or as example code. Note that tls.py \fIserver\fP runs an HTTPS \fIserver\fP which will serve files rooted at the current directory by default, so be careful. .SH SEE ALSO \fBtlsdb-python2\fP(1) .SH AUTHORS tlslite-ng is developed by Hubert Kario