# override $server with possible exported shell var
[ $SWAKS_SERVER ] && server=$SWAKS_SERVER
-swaks_options="--server $server --tls --hide-informational --suppress-data -p 587"
-swaks_auth="--tls-cert $HOME/leap/test/certs/cert.crt --tls-key $HOME/leap/test/certs/cert.key"
+swaks_options="--timeout 5 --server $server --hide-informational --suppress-data"
+swaks_auth="--tlsc --tls-cert $HOME/leap/test/certs/cert.crt --tls-key $HOME/leap/test/certs/cert.key"
echo "swaks_options: $swaks_options"
echo "swaks_auth : $swaks_auth"