Add ${application.configDir} for any.pfx. Use freeproxyserver.net.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2015-12-17 09:13:45 +01:00
parent aea79f972a
commit 3f78a933dc
3 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<AppConfig> <AppConfig>
<schannel> <schannel>
<server> <server>
<certificatePath>any.pfx</certificatePath> <certificatePath>${application.configDir}any.pfx</certificatePath>
<verificationMode>none</verificationMode> <verificationMode>none</verificationMode>
<useMachineStore>false</useMachineStore> <useMachineStore>false</useMachineStore>
<privateKeyPassphraseHandler> <privateKeyPassphraseHandler>
@@ -34,8 +34,8 @@
</schannel> </schannel>
<testsuite> <testsuite>
<proxy> <proxy>
<host>proxy.aon.at</host> <host>freeproxyserver.net</host>
<port>8080</port> <port>80</port>
</proxy> </proxy>
</testsuite> </testsuite>
</AppConfig> </AppConfig>

View File

@@ -22,8 +22,8 @@
</schannel> </schannel>
<testsuite> <testsuite>
<proxy> <proxy>
<host>proxy.aon.at</host> <host>freeproxyserver.net</host>
<port>8080</port> <port>80</port>
</proxy> </proxy>
</testsuite> </testsuite>
</AppConfig> </AppConfig>

View File

@@ -1,7 +1,7 @@
<AppConfig> <AppConfig>
<schannel> <schannel>
<server> <server>
<certificatePath>any.pfx</certificatePath> <certificatePath>${application.configDir}any.pfx</certificatePath>
<verificationMode>none</verificationMode> <verificationMode>none</verificationMode>
<useMachineStore>false</useMachineStore> <useMachineStore>false</useMachineStore>
<privateKeyPassphraseHandler> <privateKeyPassphraseHandler>
@@ -34,8 +34,8 @@
</schannel> </schannel>
<testsuite> <testsuite>
<proxy> <proxy>
<host>proxy.aon.at</host> <host>freeproxyserver.net</host>
<port>8080</port> <port>80</port>
</proxy> </proxy>
</testsuite> </testsuite>
</AppConfig> </AppConfig>