The certDb (proton:
pn_ssl_domain_t::pn_ssl_domain_trusted_certificate_db) is the
database/collection/store of CA certificates which are used to
validate the authenticity of the peer's certificate (client or
server). For self signed certificates, at least the public portion of
the certificate itse
On Tue, Aug 25, 2015 at 12:07 PM, Gordon Sim wrote:
> On 08/25/2015 04:55 PM, Robbie Gemmell wrote:
>
>> I had a quick chat with Matt on IRC earlier and it seems he actually
>> was looking to try having a consumer from the broker be able to send
>> disposition to a producer to the broker. I expla
On 08/25/2015 04:55 PM, Robbie Gemmell wrote:
I had a quick chat with Matt on IRC earlier and it seems he actually
was looking to try having a consumer from the broker be able to send
disposition to a producer to the broker. I explained the dispositions
are between the sender+broker and broker+re
On 25 August 2015 at 15:48, Gordon Sim wrote:
> On 08/25/2015 03:17 PM, Matt Broadstone wrote:
>>
>> On Tue, Aug 25, 2015 at 10:04 AM, Matt Broadstone
>> wrote:
>>
>>> On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone
>>> wrote:
>>>
Hi,
I just ran into an issue with disposition states w
On 08/25/2015 03:17 PM, Matt Broadstone wrote:
On Tue, Aug 25, 2015 at 10:04 AM, Matt Broadstone
wrote:
On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone
wrote:
Hi,
I just ran into an issue with disposition states while writing a qpid
integration test for node-amqp10. I'm explicitly sending
On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone wrote:
> Hi,
> I just ran into an issue with disposition states while writing a qpid
> integration test for node-amqp10. I'm explicitly sending a disposition with
> a "Rejected" state to qpidd, but qpidd is responding with an "Accepted"
> state (th
On Tue, Aug 25, 2015 at 10:04 AM, Matt Broadstone
wrote:
> On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone
> wrote:
>
>> Hi,
>> I just ran into an issue with disposition states while writing a qpid
>> integration test for node-amqp10. I'm explicitly sending a disposition with
>> a "Rejected" st
Hi,
I just ran into an issue with disposition states while writing a qpid
integration test for node-amqp10. I'm explicitly sending a disposition with
a "Rejected" state to qpidd, but qpidd is responding with an "Accepted"
state (this has been verified with wireshark to be what's happening).
I very