mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 12:17:37 +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>
|
<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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user