Rob Nester created QPID-7307:
--------------------------------

             Summary: Messaging not picking up gssapi mechanism when used with 
conda python
                 Key: QPID-7307
                 URL: https://issues.apache.org/jira/browse/QPID-7307
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
    Affects Versions: 0.32
         Environment: Linux (RHEL6.x)
Python 2.6 / 2.7
            Reporter: Rob Nester


Creating a connection with the following code:

conn=qpid.messaging.Connection.establish(url="amqps://qpid.hostname.com", 
port=5671, sasl_mechanisms='GSSAPI', transport='ssl')

works with no issues when using the system version of python, with the 
cyrus-sasl-gssapi system package installed via yum.

The same code fails when ran with python inside a conda environment. I've 
verified parity of installed python packages between the system python and the 
conda python environments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to