[rabbitmq-discuss] New RabbitMQ 3.3.0 Web_stomp SSL problems

Matthias Radestock matthias at rabbitmq.com
Wed May 7 15:03:15 BST 2014


On 30/04/14 23:04, brad at debtpaypro.com wrote:
> When starting up, a message is logged that says "rabbit_web_stomp:
> listening for HTTPS connections on 0.0.0.0:15675", but netstat shows
> that nothing is listening on port 15675. [...]
> rabbitmq.config:
>
> [
>    {rabbitmq_web_stomp, [
>      {ssl_config, [
>        {port,       15674},
>        {backlog,    1024},
>        {certfile,   "/etc/pki/tls/certs/dpp.crt"},
>        {keyfile,    "/etc/pki/tls/private/dpp.key"}
>      ]}
>    ]}
> ].

I have reproduced this.

If you check the rabbit-sasl.log you'll find some cryptic error.

The root cause is that you are missing a password in the above config, 
which is mandatory (but can be "") for the ssl config in cowboy, the web 
server library used by web_stomp.

I have just updated our docs at 
http://www.rabbitmq.com/web-stomp.html#config to make that clear.

Matthias.


More information about the rabbitmq-discuss mailing list