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/tests/testproxy/userauth_testset_2.json

38 lines
826 B
JSON

{
"comment": "Tests for UserAuth with SSL",
"configs": {
"1": {
"proto": {
"proto": "ssl"
},
"client": {
"ip": "127.0.0.1",
"port": "8459"
},
"server": {
"ip": "127.0.0.1",
"port": "9459",
"crt": "server.crt",
"key": "server.key"
}
}
},
"tests": {
"1": {
"comment": "Rejects IP with user auth enabled",
"states": {
"1": {
"testend": "client",
"cmd": "sslconnectfail",
"payload": "GET / HTTP/1.1\r\nHost: example.com\r\n\r\n",
"comment": "SSLproxy rejects conn because it cannot find the ethernet address of the client"
},
"2": {
"testend": "server",
"cmd": "recv",
"payload": ""
}
}
}
}
}