Cache SSLContext and SSLSocketFacotry for each SSLConfiguration
---------------------------------------------------------------
Key: FTPSERVER-322
URL: https://issues.apache.org/jira/browse/FTPSERVER-322
Project: FtpServer
Issue Type: Improvement
Components: Core
Affects Versions: 1.0.2
Reporter: Sai Pullabhotla
Fix For: 1.1.0
FTPS performance could be better if we cache the SSLContext and
SSLSocketFactory for each SslConfiguration. Current code creates SSLContext
everytime a SSL connection has to be created, initializes the SSLContext using
the TrustManagers and KeyManagers and then creates the SSLSocketFactory. Cache
the SSLSocketFactory instead and reuse it when needed. For more information
please see this thread on the developers' mailing list
http://www.mail-archive.com/[email protected]/msg13644.html.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.