mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 03:08:31 +01:00
3f78a933dc
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
42 lines
1.0 KiB
XML
42 lines
1.0 KiB
XML
<AppConfig>
|
|
<schannel>
|
|
<server>
|
|
<certificatePath>${application.configDir}any.pfx</certificatePath>
|
|
<verificationMode>none</verificationMode>
|
|
<useMachineStore>false</useMachineStore>
|
|
<privateKeyPassphraseHandler>
|
|
<name>KeyFileHandler</name>
|
|
<options>
|
|
<password>secret</password>
|
|
</options>
|
|
</privateKeyPassphraseHandler>
|
|
<invalidCertificateHandler>
|
|
<name>AcceptCertificateHandler</name>
|
|
<options>
|
|
</options>
|
|
</invalidCertificateHandler>
|
|
</server>
|
|
<client>
|
|
<verificationMode>relaxed</verificationMode>
|
|
<useMachineStore>false</useMachineStore>
|
|
<privateKeyPassphraseHandler>
|
|
<name>KeyFileHandler</name>
|
|
<options>
|
|
<password>secret</password>
|
|
</options>
|
|
</privateKeyPassphraseHandler>
|
|
<invalidCertificateHandler>
|
|
<name>AcceptCertificateHandler</name>
|
|
<options>
|
|
</options>
|
|
</invalidCertificateHandler>
|
|
</client>
|
|
</schannel>
|
|
<testsuite>
|
|
<proxy>
|
|
<host>freeproxyserver.net</host>
|
|
<port>80</port>
|
|
</proxy>
|
|
</testsuite>
|
|
</AppConfig>
|