Hi,
thank you for quick replies.
When I checked system tests I remembered there is property "Peers only" set
to true in truststore in our broker setup.
I set "Peers only" to false, restarted broker and I was able to connect with
certificate signed by custom CA.
Best Regards,
Tomas
--
Sent fr
The wiki article worked perfectly thanks!. Is there an equivalent for
versions v6.0.0 and v6.1.0?
On Wed, Dec 12, 2018 at 7:19 AM Alex O'Ree wrote:
> sweet, thanks!
>
> On Mon, Dec 10, 2018 at 4:39 AM Oleksandr Rudyy wrote:
>
>> Hi Alex,
>>
>> You can have a look at another example of embedding
Its hard to see exactly what happens since you have multiple
connections (and possibly sessions) and omitted the details that can
distinguish them (I've raised QPIDJMS-439 to improve the logging to
resolve this), however...
The protocol logs certainly appear to show attempt to create a
consumer at
Hi Tomas,
As far as I understood you are trying to set-up client certificate
authentication of the client connections over SSL.
It should work with Broker-J. For example, system tests [1] and [2]
are testing client cert authentication with custom CA.
Kind Regards,
Alex
[1]
https://github.com/ap
On Wed, 12 Dec 2018 at 16:13, Vavricka wrote:
> Hi,
>
> I tried to authenticate via certificate which is signed by my own
> certificate authority and only certificate authority public key is present
> in broker.
>
> Steps I have done:
> * create certificate authority
> * add public CA key to brok
Hi,
I tried to authenticate via certificate which is signed by my own
certificate authority and only certificate authority public key is present
in broker.
Steps I have done:
* create certificate authority
* add public CA key to broker truststore (certutil DB in C++ broker)
* sign client private
Hi Team,
We are having reconnection issue in PROD with ServiceBus on one of our
subscription after InvalidDestinationException. We are using
"qpid-jms-client-0.34.0" to connect ServiceBus.
We got InvalidDestinationException at "2018-12-07 16:55:13,228" and after
that application tries to recreate
sweet, thanks!
On Mon, Dec 10, 2018 at 4:39 AM Oleksandr Rudyy wrote:
> Hi Alex,
>
> You can have a look at another example of embedding Qpid Broker-J [1]
> where broker is started using dependencies to broker-core and amqp
> protocol plugins.
> This approach is handy when you do not need logba