asynciodebian/masterproxy-ticket
Last change
on this file since 2ec3e54 was
ed82a6a,
checked in by Thomas Klute <thomas2.klute@…>, 8 years ago
|
Two more test cases for TLS reverse proxy and test locking fix
New test cases:
20: TLS reverse proxy with TLS client authentication between proxy and back end
server, otherwise the same as test case 19.
21: TLS reverse proxy scenario with the back end server presenting an imposter
certificate. The proxy must abort the connection and send an error message to
the client.
Bugfix: Each proxy test case used a lock file in its own test directory to protect
the back end server instance. Obviously, locking is only useful if the lock file
is shared between all potentially conflicting instances, thus it is moved to the
main test suite directory.
|
-
Property mode set to
100644
|
File size:
49 bytes
|
Line | |
---|
1 | GET /proxy/test.txt HTTP/1.1 |
---|
2 | Host: __HOSTNAME__ |
---|
3 | |
---|
Note: See
TracBrowser
for help on using the repository browser.