Bug 996092

Summary: [AMQP 1.0] EXTERNAL not supported
Product: Red Hat Enterprise MRG Reporter: Gordon Sim <gsim>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED CURRENTRELEASE QA Contact: Petra Svobodová <psvobodo>
Severity: unspecified Docs Contact:
Priority: medium    
Version: DevelopmentCC: esammons, iboverma, jross, pematous, psvobodo
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qpid-cpp-0.22-11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 12:56:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1010399    

Description Gordon Sim 2013-08-12 11:48:23 UTC
Description of problem:

When using AMQP 1.0 over SSL with client authentication enabled, it is not possible to select EXTERNAL as the authentication mechanism.

Version-Release number of selected component (if applicable):

qpid-0.22

How reproducible:

100%

Steps to Reproduce:
1. Connect using AMQP 1.0 over SSL with EXTERNAL selected as the value for sasl_mechanisms (in connection options)

Actual results:

Get error saying that mechanism is not supported.

Expected results:

External authentication accepted and authorisation id taken from certificate.

Additional info:

Comment 1 Gordon Sim 2013-08-12 11:49:02 UTC
Fixed upstream: https://svn.apache.org/r1512346

Comment 2 Petra Svobodová 2014-01-06 15:19:31 UTC
AMQP 1.0 over SSL with EXTERNAL client authentication mechanism is supported and works as expected.

Verified on qpid-cpp-0.22-30 on Rhel6.5-i686 and Rhel6.5-x86_64.

--> VERIFIED