(tls) Experimental TLS server support with mbedtls (windows) + process cert tlsoption (client + server)

This commit is contained in:
Benjamin Sergeant
2019-12-18 11:51:02 -08:00
parent 299afc1425
commit 494f408320
5 changed files with 65 additions and 9 deletions

View File

@ -53,7 +53,7 @@ done
# Start a receiver
mkdir -p /tmp/ws_test/receive
cd /tmp/ws_test/receive
ws receive "${protocol}127.0.0.1:8090" ${delay} --pidfile /tmp/ws_test/pidfile.receive ${server_tls} &
ws receive "${protocol}127.0.0.1:8090" ${delay} --pidfile /tmp/ws_test/pidfile.receive ${client_tls} &
mkdir -p /tmp/ws_test/send
cd /tmp/ws_test/send