2021-01-30 07:51:39 +01:00
|
|
|
<AppConfig>
|
|
|
|
<openSSL>
|
|
|
|
<server>
|
|
|
|
<privateKeyFile>${application.configDir}any.pem</privateKeyFile>
|
|
|
|
<caConfig>${application.configDir}rootcert.pem</caConfig>
|
|
|
|
<verificationMode>none</verificationMode>
|
|
|
|
<verificationDepth>9</verificationDepth>
|
|
|
|
<loadDefaultCAFile>true</loadDefaultCAFile>
|
|
|
|
<cypherList>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</cypherList>
|
|
|
|
<privateKeyPassphraseHandler>
|
|
|
|
<name>KeyFileHandler</name>
|
|
|
|
<options>
|
|
|
|
<password>secret</password>
|
|
|
|
</options>
|
|
|
|
</privateKeyPassphraseHandler>
|
|
|
|
<invalidCertificateHandler>
|
|
|
|
<name>AcceptCertificateHandler</name>
|
|
|
|
<options>
|
|
|
|
</options>
|
|
|
|
</invalidCertificateHandler>
|
|
|
|
</server>
|
|
|
|
<client>
|
|
|
|
<privateKeyFile>${application.configDir}any.pem</privateKeyFile>
|
|
|
|
<caConfig>${application.configDir}rootcert.pem</caConfig>
|
|
|
|
<verificationMode>relaxed</verificationMode>
|
|
|
|
<verificationDepth>9</verificationDepth>
|
|
|
|
<loadDefaultCAFile>true</loadDefaultCAFile>
|
|
|
|
<cypherList>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</cypherList>
|
2023-03-23 19:19:11 +01:00
|
|
|
<dhParamsFile>${application.configDir}dhparams.pem</dhParamsFile>
|
2021-01-30 07:51:39 +01:00
|
|
|
<privateKeyPassphraseHandler>
|
|
|
|
<name>KeyFileHandler</name>
|
|
|
|
<options>
|
|
|
|
<password>secret</password>
|
|
|
|
</options>
|
|
|
|
</privateKeyPassphraseHandler>
|
|
|
|
<invalidCertificateHandler>
|
|
|
|
<name>AcceptCertificateHandler</name>
|
|
|
|
<options>
|
|
|
|
</options>
|
|
|
|
</invalidCertificateHandler>
|
|
|
|
</client>
|
|
|
|
</openSSL>
|
|
|
|
<testsuite>
|
|
|
|
<proxy>
|
|
|
|
<host>proxy.aon.at</host>
|
|
|
|
<port>8080</port>
|
|
|
|
</proxy>
|
|
|
|
</testsuite>
|
|
|
|
</AppConfig>
|