poco/NetSSL_Win/testsuite/TestSuite.xml
FrancisANDRE 3f78a933dc Add ${application.configDir} for any.pfx. Use freeproxyserver.net.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-17 09:13:45 +01:00

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>