JMX connections over SSL

2008-02-26 Thread Vamsavardhana Reddy
Currently the JMX connections supported by Geronimo are non-SSL connections. Is it desirable to provide SSL JMX connections to Geronimo (SSL or non-SSL is configurable by the users)? ++Vamsi

Re: JMX connections over SSL

2008-02-26 Thread Donald Woods
Yes, it seems like an option security conscious users would want (especially if they want to remotely monitor a hosted server) -Donald Vamsavardhana Reddy wrote: Currently the JMX connections supported by Geronimo are non-SSL connections. Is it desirable to provide SSL JMX connections

Re: JMX connections over SSL

2008-02-26 Thread Vamsavardhana Reddy
Created https://issues.apache.org/jira/browse/GERONIMO-3876 I have quickly put together an implementation to enable SSL for JMX connectors. See JIRA for a patch. Here are some problems that I have run into. The JMXConnector GBean is in j2ee-security config. If I add a KeystoreManager as