DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43094>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43094 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-11 15:01 ------- Created an attachment (id=20649) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20649&action=view) Patch for allowing to specify keystores providers and not to need a keystore file Another improvement to this might be to add a parameter for the provider to the 'getStore' method and pass it through 'keystoreProvider' and truststoreProvider' attributes. In my use case, it seems to work without specifying the provider, "Apple", but I guess there might be cases where it could be useful, for other providers. The configuration would look like this (I've tried it and it works -- it also fails if I provide the wrong provider, quite logically): <Connector SSLEnabled="true" clientAuth="want" keystoreFile="" keystorePass="-" keystoreProvider="Apple" keystoreType="KeychainStore" maxThreads="150" port="8443" keyAlias="host.domain" protocol="HTTP/1.1" scheme="https" secure="true" sslProtocol="TLS" truststoreFile="" truststoreProvider="Apple" truststorePass="-" truststoreType="KeychainStore" /> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]