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

View File

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

View File

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