rich-addition-44259
03/06/2023, 3:22 PMFatal: failed to configure MQ: open /etc/netmaker/dynamic-security.json: no such file or directory
I am running main node dockerized, any debug steps needed?fresh-apartment-47189
03/06/2023, 3:23 PMrich-addition-44259
03/06/2023, 3:30 PMbroker.DOMAIN {
## ws -> wss elevation rules
@ws {
header Connection *Upgrade*
header Upgrade websocket
}
# if applicable:
reverse_proxy LOCAL_IP
# necessary for websockets to elevate
reverse_proxy @ws http://LOCAL_IP:MQ_PORT
# Your custom certs are optional here
tls /certs/h1/certificate.crt /certs/h1/private.key
}
In this scenario, Netmaker Server can access MQ over @ws at 0.0.0.0:8883 (or valid local IP), and external clients should be able to reach wss://broker.DOMAIN even if they accidentally tried to reach ws://broker.DOMAIN insteadhelpful-computer-74562
04/12/2023, 3:31 PM