[rabbitmq-discuss] Experimenting with release candidates: RabbitMQ 2.7.9

Lionel Cons lionel.cons at cern.ch
Wed Mar 14 13:42:42 GMT 2012


Simon MacMullen <simon at rabbitmq.com> writes:
> Please, have a play with this and let us know if anything goes wrong
> for you...

I've tried to use X.509 authentication with STOMP but failed to get it
working.

When I try to connect, I get:

=ERROR REPORT==== 14-Mar-2012::14:40:16 ===
STOMP error frame sent:
Message: "Processing error"
Detail: "Processing error\n"
Server private detail: {badarg,
                           [{erlang,list_to_binary,[undefined]},
                            {rabbit_stomp_processor,login_header,3},
                            {rabbit_stomp_processor,creds,3},
                            {rabbit_stomp_processor,
                                '-process_connect/3-fun-0-',6},
                            {rabbit_stomp_processor,process_request,3},
                            {gen_server2,handle_msg,2},
                            {proc_lib,init_p_do_apply,3}]}

Do I miss something in the configuration file? I currently have what is
described there http://www.rabbitmq.com/stomp.html:

    {rabbitmq_stomp, [
        {default_user, []},
        {tcp_listeners, [61223]},
        {ssl_listeners, [61233]}
    ]}

If the certificate is not known, could the DN be logged so that I can
understand what exactly is incorrect?

Cheers,

Lionel


More information about the rabbitmq-discuss mailing list