You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SSLproxy/extra/testproxy/ssl_tcp_testends_testset_1....

36 lines
746 B
JSON

{
"comment": "Tests for ssl connection on tcp proxyspec",
"configs": {
"1": {
"proto": {
},
"client": {
"proto": "ssl",
"ip": "127.0.0.1",
"port": "8183"
},
"server": {
"proto": "tcp",
"ip": "127.0.0.1",
"port": "9183"
}
}
},
"tests": {
"1": {
"comment": "Does not accept ssl connection on tcp proxyspec if validating HTTP only",
"states": {
"1": {
"testend": "client",
"cmd": "sslconnectfail",
"payload": "GET / HTTP/1.1\r\nHost: comixwall.org\r\n\r\n"
},
"2": {
"testend": "server",
"cmd": "timeout",
"payload": ""
}
}
}
}
}