mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
Add ${application.configDir} for any.pfx. Use freeproxyserver.net.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user