You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kelly Campbell (JIRA)" <ji...@apache.org> on 2006/10/06 21:50:09 UTC

[jira] Created: (AMQ-960) Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN

Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN
----------------------------------------------------------------------------------------

                 Key: AMQ-960
                 URL: https://issues.apache.org/activemq/browse/AMQ-960
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Transport
    Affects Versions: 4.1
         Environment: all
            Reporter: Kelly Campbell
             Fix For: 4.1
         Attachments: activemq-patch-20061006-1.patch

The attached patch provides better error reporting for transport errors by reporting the host which was trying to connect.
It also provides a toString for SslTransport to distinguish it from the regular tcp transport, and includes some improved javadoc for the new SSL client certificate authentication feature.

Additionally, it changes the username reported through the JMSXUserId field to be the full distinguished name rather than the username mapped in the users properties file.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (AMQ-960) Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-960?page=comments#action_37202 ] 
            
Hiram Chirino commented on AMQ-960:
-----------------------------------

Thanks Kelly!  patch applied in trunk rev 464659

> Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN
> ----------------------------------------------------------------------------------------
>
>                 Key: AMQ-960
>                 URL: https://issues.apache.org/activemq/browse/AMQ-960
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Transport
>    Affects Versions: 4.1
>         Environment: all
>            Reporter: Kelly Campbell
>             Fix For: 4.1
>
>         Attachments: activemq-patch-20061006-1.patch, activemq-patch-20061006-2.patch
>
>
> The attached patch provides better error reporting for transport errors by reporting the host which was trying to connect.
> It also provides a toString for SslTransport to distinguish it from the regular tcp transport, and includes some improved javadoc for the new SSL client certificate authentication feature.
> Additionally, it changes the username reported through the JMSXUserId field to be the full distinguished name rather than the username mapped in the users properties file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (AMQ-960) Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN

Posted by "Kelly Campbell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-960?page=comments#action_37121 ] 
            
Kelly Campbell commented on AMQ-960:
------------------------------------

Sorry, my patch is broken due to some other changes I had in the same workspace that weren't ready to include yet. I'll send an updated patch shortly.

> Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN
> ----------------------------------------------------------------------------------------
>
>                 Key: AMQ-960
>                 URL: https://issues.apache.org/activemq/browse/AMQ-960
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Transport
>    Affects Versions: 4.1
>         Environment: all
>            Reporter: Kelly Campbell
>             Fix For: 4.1
>
>         Attachments: activemq-patch-20061006-1.patch
>
>
> The attached patch provides better error reporting for transport errors by reporting the host which was trying to connect.
> It also provides a toString for SslTransport to distinguish it from the regular tcp transport, and includes some improved javadoc for the new SSL client certificate authentication feature.
> Additionally, it changes the username reported through the JMSXUserId field to be the full distinguished name rather than the username mapped in the users properties file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (AMQ-960) Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN

Posted by "Kelly Campbell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-960?page=all ]

Kelly Campbell updated AMQ-960:
-------------------------------

    Attachment: activemq-patch-20061006-2.patch

Updated patch to fix compile errors and include missing file.

> Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN
> ----------------------------------------------------------------------------------------
>
>                 Key: AMQ-960
>                 URL: https://issues.apache.org/activemq/browse/AMQ-960
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Transport
>    Affects Versions: 4.1
>         Environment: all
>            Reporter: Kelly Campbell
>             Fix For: 4.1
>
>         Attachments: activemq-patch-20061006-1.patch, activemq-patch-20061006-2.patch
>
>
> The attached patch provides better error reporting for transport errors by reporting the host which was trying to connect.
> It also provides a toString for SslTransport to distinguish it from the regular tcp transport, and includes some improved javadoc for the new SSL client certificate authentication feature.
> Additionally, it changes the username reported through the JMSXUserId field to be the full distinguished name rather than the username mapped in the users properties file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (AMQ-960) Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-960?page=all ]

Hiram Chirino resolved AMQ-960.
-------------------------------

    Resolution: Fixed
      Assignee: Hiram Chirino

> Improved error reporting for SSL and transports. Changed Username for SSL cert to the DN
> ----------------------------------------------------------------------------------------
>
>                 Key: AMQ-960
>                 URL: https://issues.apache.org/activemq/browse/AMQ-960
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Transport
>    Affects Versions: 4.1
>         Environment: all
>            Reporter: Kelly Campbell
>         Assigned To: Hiram Chirino
>             Fix For: 4.1
>
>         Attachments: activemq-patch-20061006-1.patch, activemq-patch-20061006-2.patch
>
>
> The attached patch provides better error reporting for transport errors by reporting the host which was trying to connect.
> It also provides a toString for SslTransport to distinguish it from the regular tcp transport, and includes some improved javadoc for the new SSL client certificate authentication feature.
> Additionally, it changes the username reported through the JMSXUserId field to be the full distinguished name rather than the username mapped in the users properties file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira