Hi all,
I’ve been researching how to enable the HSTS (HTTP Strict Transport Security) header for the Web STOMP plugin in RabbitMQ when TLS is enabled, but I haven’t found any documentation or references confirming if this is supported.
Below is a snippet of my current Web STOMP configuration in rabbitmq.conf:
{rabbitmq_web_stomp,
  [
    {tcp_config, []},
    {ssl_config, [
        {port,       ${rabbitmq:web_stomp_port}},
        {backlog,    1024},
        {cacertfile, "${rabbitmq:ca_bundle_cert_path}"},
        {certfile,   "${rabbitmq:server_cert_path}"},
        {keyfile,    "${rabbitmq:server_key_path}"}
    ]}
  ]
},
Does the Web STOMP TLS port support adding HTTP response headers such as Strict-Transport-Security? If so, is there a recommended way to configure or inject this header?
Any guidance or pointers would be much appreciated.
Thanks in advance!
Best regards,
Nagaraju
Hello,
It is not currently available in the Web STOMP plugin (and neither is it in Web MQTT). I would advise opening a feature request on GitHub.
Cheers,
    
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rabbitmq-users/93c535dd-0934-41f0-9b9f-0e2a98e14768n%40googlegroups.com.