Re: SSL Client Authentication in Java broker

2013-03-29 Thread Robbie Gemmell
Thanks Jakub. We took a quick look earlier and I am planning to do so properly over the weekend and look to get it committed. Robbie On 29 March 2013 15:01, Jakub Scholz wrote: > I created a JIRA QPID-4676 ( > https://issues.apache.org/jira/browse/QPID-4676) > covering the second issue with th

Re: SSL Client Authentication in Java broker

2013-03-29 Thread Jakub Scholz
I created a JIRA QPID-4676 (https://issues.apache.org/jira/browse/QPID-4676) covering the second issue with the way the usernames are being created. Thanks & Regards Jakub On Thu, Feb 28, 2013 at 12:22 AM, Jakub Scholz wrote: > s, that might be an option as well. I remember there were situation

Re: SSL Client Authentication in Java broker

2013-03-11 Thread Michal Zerola
Hi all, we have just now raised the JIRA issue: QPID-4636. The patch is attached. Thanks. Best regards, Michal -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-in-Java-broker-tp7589210p7589736.html Sent from the Apache Qpid users mailing list

Re: SSL Client Authentication in Java broker

2013-02-27 Thread Rob Godfrey
On 28 February 2013 00:22, Jakub Scholz wrote: > Hi Rob, > > On Wed, Feb 27, 2013 at 3:34 PM, Rob Godfrey wrote: > >> >> At first read that all sounds sensible - looking forward to seeing the >> patch. >> >> > Great ... as I mentioned in my answer to Alex, we have just a rough > prototype right no

Re: SSL Client Authentication in Java broker

2013-02-27 Thread Jakub Scholz
Hi Rob, On Wed, Feb 27, 2013 at 3:34 PM, Rob Godfrey wrote: > > At first read that all sounds sensible - looking forward to seeing the > patch. > > Great ... as I mentioned in my answer to Alex, we have just a rough prototype right now ... we will need a bit more time to add all the parts around.

Re: SSL Client Authentication in Java broker

2013-02-27 Thread Jakub Scholz
Hi Alex, Right now we have only something I would call prototype. We yet have to prepare some real patch with the whole configuration stuff - I wanted first cross-check whether the idea sounds feasible before spending the time on the configuration :-). We will try to prepare the patch already with

Re: SSL Client Authentication in Java broker

2013-02-27 Thread Oleksandr Rudyy
Hi Jakub, You suggesting is quite interesting and it would be beneficial for Qpid project if you could raise a JIRA and attach a patch. You might already noticed that we have changed the broker configuration model and removed xml configuration. At the moment, the only supported configuration for

Re: SSL Client Authentication in Java broker

2013-02-27 Thread Rob Godfrey
Hi Jakub, On 27 February 2013 15:11, Jakub Scholz wrote: > Hi, > > I played a bit with the SSL Client Authentication which is supported in the > last versions of the Java Broker. It seems to work fine, but there are some > differences compared to the implementation in the C++ broker. > > The C++

SSL Client Authentication in Java broker

2013-02-27 Thread Jakub Scholz
Hi, I played a bit with the SSL Client Authentication which is supported in the last versions of the Java Broker. It seems to work fine, but there are some differences compared to the implementation in the C++ broker. The C++ broker implementation is based on the NSS library from Mozilla. The use