Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/sslclientauthnmiddleware/sslClientAuthN.cfg@7077
Revision 7077,
530 bytes
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | # Configuration file for SSLClientAuthenticationMiddleware unit tests |
---|
2 | # |
---|
3 | # NERC Data Grid Project |
---|
4 | # |
---|
5 | # P J Kershaw 03/10/08 |
---|
6 | # |
---|
7 | # Copyright (C) 2009 Science and Technology Facilities Council |
---|
8 | # |
---|
9 | # BSD - See LICENCE file for details |
---|
10 | [DEFAULT] |
---|
11 | #url = https://localhost |
---|
12 | url = https://localhost:7000 |
---|
13 | |
---|
14 | [test01CheckAccessSecuredURLSucceeds] |
---|
15 | #path = /ndgsecurity/secure1 |
---|
16 | path = /secure1 |
---|
17 | |
---|
18 | [test02CheckAccessSecuredURLFails] |
---|
19 | #path = /ndgsecurity/secure1 |
---|
20 | path = /secure1 |
---|
21 | |
---|
22 | [test03CheckAccessNonSecuredURLSucceeds] |
---|
23 | #path = /ndgsecurity |
---|
24 | path = / |
---|
Note: See
TracBrowser
for help on using the repository browser.