# Create the proxy certificate.
$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
>/dev/null 2>/dev/null
-rm -f certificate-localhost-server.pem
echo missing server certificate
+mv certificate-localhost-server.pem .pem
client localhost 4712 invalid || abort
+mv .pem certificate-localhost-server.pem
test_proxy_successful
test_invalid_certificate
-# Create the proxy and server certificate.
-$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
- >/dev/null 2>/dev/null
-
echo normal connection
# 'localhost' is the CN of tlsproxy's certificate.
client localhost 4712 localhost || abort
# Create the proxy certificate.
$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
>/dev/null 2>/dev/null
-rm -f certificate-localhost-server.pem
echo mitm missing server certificate
+mv certificate-localhost-server.pem .pem
client localhost 4712 invalid || abort
+mv .pem certificate-localhost-server.pem
test_proxy_successful
test_invalid_certificate
-# Create the proxy and server certificate.
-$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
- >/dev/null 2>/dev/null
-
echo mitm normal connection
client localhost 4712 invalid || abort
test_proxy_successful
# Create the proxy certificate.
$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
>/dev/null 2>/dev/null
-rm -f certificate-localhost-server.pem
echo missing server certificate
+mv certificate-localhost-server.pem .pem
client localhost 4712 'test server' || abort
+mv .pem certificate-localhost-server.pem
test_proxy_successful
test_invalid_certificate
-# Create the proxy and server certificate.
-$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
- >/dev/null 2>/dev/null
-
echo normal connection
# 'localhost' is the CN of tlsproxy's certificate.
client localhost 4712 localhost || abort
# Create the proxy certificate.
$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
>/dev/null 2>/dev/null
-rm -f certificate-localhost-server.pem
echo mitm missing server certificate
+mv certificate-localhost-server.pem .pem
client localhost 4712 'test server bad' || abort
+mv .pem certificate-localhost-server.pem
test_proxy_successful
test_invalid_certificate
-# Create the proxy and server certificate.
-$srcdir/../src/tlsproxy-add localhost $srcdir/server.pem \
- >/dev/null 2>/dev/null
-
echo mitm normal connection
client localhost 4712 invalid || abort
test_proxy_successful