[jboss-dev-forums] [PicketBox Development] - AS7: Web Subsystem: JSSE/OpenSSL Settings
Anil Saldhana
do-not-reply at jboss.com
Thu May 12 15:50:37 EDT 2011
Anil Saldhana [http://community.jboss.org/people/anil.saldhana] created the discussion
"AS7: Web Subsystem: JSSE/OpenSSL Settings"
To view the discussion, visit: http://community.jboss.org/message/605030#605030
--------------------------------------------------------------
This thread is to capture the effort to derive a common configuration that can be used for both JSSE and OpenSSL. This is currently evident in the web subsystem (File: org.jboss.as.web.WebConnectorService)
h2. Open SSL Settings:
PASSWORD:setSSLPassword
CERTIFICATE_KEY_FILE:setSSLCertificateKeyFile
CIPHER_SUITE:setSSLCipherSuite
PROTOCOL:setSSLProtocol
VERIFY_CLIENT:setSSLVerifyClient
VERIFY_DEPTH:setSSLVerifyDepth
CERTIFICATE_FILE:setSSLCertificateFile
CA_CERTIFICATE_FILE:setSSLCACertificateFile
CA_REVOCATION_URL:setSSLCARevocationFile"
h2.
h2. JSSE Settings:
KEY_ALIAS:setKeyAlias
PASSWORD:setKeypass
CERTIFICATE_KEY_FILE:setKeystore
CIPHER_SUITE:setCiphers
PROTOCOL:setProtocols
VERIFY_CLIENT:setClientauth
SESSION_CACHE_SIZE:setAttribute
SESSION_TIMEOUT:setAttribute
h2. What is common between these two settings?
TBD
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/605030#605030]
Start a new discussion in PicketBox Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2088]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110512/66347836/attachment.html
More information about the jboss-dev-forums
mailing list