mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-08 07:10:26 +00:00
8eab8d1da8
Remove docker
36 lines
743 B
JSON
36 lines
743 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": "recv",
|
|
"payload": ""
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |