Use Testproxy v0.0.3

pull/48/head
Soner Tari 4 years ago
parent 8989873332
commit 2f89a27551

@ -1,6 +1,11 @@
PROJECT_ROOT= ../../
TESTPROXY:= ~/.cargo/bin/testproxy
TESTPROXY_VERSION=$(shell $(TESTPROXY) -V)
ifneq ($(TESTPROXY_VERSION),testproxy 0.0.3)
$(error Use Testproxy v0.0.3 with this version of SSLproxy, found $(TESTPROXY_VERSION))
endif
all: test
buildsslproxy:

@ -10,7 +10,7 @@
"read_timeout": "50",
"write_timeout": "50",
"verify_peer": "no",
"ciphers": "HIGH",
"cipher_list": "HIGH",
"no_ssl2": "yes",
"no_ssl3": "yes",
"no_tls10": "yes",
@ -48,7 +48,7 @@
},
"tests": {
"1": {
"comment": "Configures ssl cert, proto, ciphers correctly",
"comment": "Configures ssl cert, proto, cipher_list correctly",
"states": {
"1": {
"testend": "client",

Loading…
Cancel
Save