guenter wrote:Unfortunately, the old Wiki pages are no longer available, as I got tired of maintaining the Wiki, which at one point meant removing Wiki spam every day. YMMV, but IMO the slides provide much better material than the old tutorials which were very limited in their coverage. Also, I don't remeber them being that great anyway. Some of the better tutorials and manuals (Data, Zip) have been included in the reference documentation.
guenter wrote:Unfortunately, the old Wiki pages are no longer available, as I got tired of maintaining the Wiki, which at one point meant removing Wiki spam every day. YMMV, but IMO the slides provide much better material than the old tutorials which were very limited in their coverage. Also, I don't remeber them being that great anyway. Some of the better tutorials and manuals (Data, Zip) have been included in the reference documentation.
openSSL.server.privateKeyFile = ${application.configDir}mam.pem
openSSL.server.privateKeyPassphraseHandler.name = KeyFileHandler
openSSL.server.privateKeyPassphraseHandler.options.password = secret
openSSL.server.verificationMode = none
openSSL.server.verificationDepth = 9
openSSL.server.loadDefaultCAFile = true
openSSL.server.cipherList = ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
openSSL.server.privateKeyPassphraseHandler.name = KeyFileHandler
openSSL.server.privateKeyPassphraseHandler.options.password = secret
openSSL.server.invalidCertificateHandler.name = AcceptCertificateHandler
openSSL.server.extendedVerification = false
openSSL.server.cacheSessions = true
openSSL.server.sessionIdContext = ${application.name}
openSSL.server.sessionCacheSize = 100
openSSL.server.requireTLSv1 = false
openSSL.client.privateKeyFile = ${application.configDir}mam.pem
openSSL.client.privateKeyPassphraseHandler.name = KeyFileHandler
openSSL.client.privateKeyPassphraseHandler.options.password = secret
openSSL.client.verificationMode = none
openSSL.client.verificationDepth = 9
openSSL.client.loadDefaultCAFile = true
openSSL.client.cipherList = ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
openSSL.client.privateKeyPassphraseHandler.name = KeyFileHandler
openSSL.client.privateKeyPassphraseHandler.options.password = secret
openSSL.client.invalidCertificateHandler.name = AcceptCertificateHandler
openSSL.client.extendedVerification = false
openSSL.client.cacheSessions = true
openSSL.client.sessionIdContext = ${application.name}
openSSL.client.sessionCacheSize = 100
openSSL.client.requireTLSv1 = falseUsers browsing this forum: No registered users and 1 guest