mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02:00
NetSSL library refactoring
This commit is contained in:
@@ -7,17 +7,8 @@ logging.formatters.f1.class = PatternFormatter
|
||||
logging.formatters.f1.pattern = [%p] %t
|
||||
logging.channels.c1.class = ConsoleChannel
|
||||
logging.channels.c1.formatter = f1
|
||||
# HTTPSTimeServer.format = %W, %e %b %y %H:%M:%S %Z
|
||||
# HTTPSTimeServer.port = 9980
|
||||
# openSSL.client.privateKeyFile = ${application.configDir}any.pem
|
||||
# openSSL.client.caConfig = ${application.configDir}rootcert.pem
|
||||
# openSSL.client.verificationMode = relaxed
|
||||
# openSSL.client.verificationDepth = 9
|
||||
# openSSL.client.loadDefaultCAFile = false
|
||||
# openSSL.client.cypherList = ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
|
||||
# openSSL.client.privateKeyPassphraseHandler.name = KeyFileHandler
|
||||
# openSSL.client.privateKeyPassphraseHandler.options.password = test
|
||||
# openSSL.client.invalidCertificateHandler = AcceptCertificateHandler
|
||||
HTTPSTimeServer.format = %W, %e %b %y %H:%M:%S %Z
|
||||
HTTPSTimeServer.port = 9980
|
||||
openSSL.server.privateKeyFile = ${application.configDir}any.pem
|
||||
openSSL.server.caConfig = ${application.configDir}rootcert.pem
|
||||
openSSL.server.verificationMode = none
|
||||
@@ -25,5 +16,5 @@ openSSL.server.verificationDepth = 9
|
||||
openSSL.server.loadDefaultCAFile = false
|
||||
openSSL.server.cypherList = ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
|
||||
openSSL.server.privateKeyPassphraseHandler.name = KeyFileHandler
|
||||
openSSL.server.privateKeyPassphraseHandler.options.password = test
|
||||
openSSL.server.privateKeyPassphraseHandler.options.password = secret
|
||||
openSSL.server.invalidCertificateHandler = AcceptCertificateHandler
|
||||
|
Reference in New Issue
Block a user