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

Lionel Cons lionel.cons at cern.ch
Wed Mar 14 14:09:26 GMT 2012


Simon MacMullen writes:
 > Unfortunately you can't see the 2.8.0 website :-(

Maybe it should be exposed to help people testing your pre-releases?

 > You will need to set {ssl_cert_login, true} in your rabbitmq_stomp 
 > configuration and make sure the client does not send login and passcode 
 > headers.

Done. I still get the same error :-(

My config:

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

On startup I see:

=INFO REPORT==== 14-Mar-2012::15:02:44 ===
rabbit_stomp: ssl_cert_login enabled

=INFO REPORT==== 14-Mar-2012::15:02:44 ===
started STOMP SSL Listener on 0.0.0.0:61233

But then:

=INFO REPORT==== 14-Mar-2012::15:02:51 ===
accepting STOMP connection <0.359.0> (x.x.x.x:49267 -> x.x.x.:61233)

=ERROR REPORT==== 14-Mar-2012::15:02:51 ===
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}]}

Any hint?

Cheers,

Lionel


More information about the rabbitmq-discuss mailing list