rabbitmq / rabbitmq-web-mqtt

Provides support for MQTT over WebSockets
Other
55 stars 16 forks source link

Support web_mqtt.ssl.listener combined with other web_mqtt.ssl.* settings #49

Closed michaelklishin closed 5 years ago

michaelklishin commented 5 years ago

The following configuration didn't work as expected previously because all keys but interface and port were omitted from the generated file:

web_stomp.ssl.listener    = 0.0.0.0:12345
web_stomp.ssl.cacertfile = /path/to/tls-gen.git/basic/result/ca_certificate.pem
web_stomp.ssl.certfile     = /path/to/tls-gen.git/basic/result/server_certificate.pem
web_stomp.ssl.keyfile      = /path/to/tls-gen.git/basic/result/server_key.pem

Closes #48.

lukebakken commented 5 years ago

Backported to v3.7.x