mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-10 11:35:28 +01:00
3f78a933dc
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
30 lines
705 B
XML
30 lines
705 B
XML
<AppConfig>
|
|
<schannel>
|
|
<server>
|
|
<certificateName>${system.nodeName}</certificateName>
|
|
<verificationMode>none</verificationMode>
|
|
<useMachineStore>false</useMachineStore>
|
|
<invalidCertificateHandler>
|
|
<name>AcceptCertificateHandler</name>
|
|
<options>
|
|
</options>
|
|
</invalidCertificateHandler>
|
|
</server>
|
|
<client>
|
|
<verificationMode>relaxed</verificationMode>
|
|
<useMachineStore>false</useMachineStore>
|
|
<invalidCertificateHandler>
|
|
<name>AcceptCertificateHandler</name>
|
|
<options>
|
|
</options>
|
|
</invalidCertificateHandler>
|
|
</client>
|
|
</schannel>
|
|
<testsuite>
|
|
<proxy>
|
|
<host>freeproxyserver.net</host>
|
|
<port>80</port>
|
|
</proxy>
|
|
</testsuite>
|
|
</AppConfig>
|