[ 
https://issues.apache.org/jira/browse/PROTON-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gordon Sim resolved PROTON-861.
-------------------------------
    Resolution: Fixed

The subject from the peer's certificate is now available through the ssl object 
associated with the transport, so e.g.

{noformat}
    def on_connection_opening(self, event):
        ssl = event.transport.ssl()
        if ssl:
            print "%s connected" % ssl.remote_subject
{noformat}

> need to get at aspect of the client certificate when for authenticated clients
> ------------------------------------------------------------------------------
>
>                 Key: PROTON-861
>                 URL: https://issues.apache.org/jira/browse/PROTON-861
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: 0.9
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.10
>
>
> e.g. in order to do authorisation or whatever based on the authenticated 
> identity



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

Reply via email to