tisboyo / Twitch_Bot

4 stars 2 forks source link

Change bot/MQTT communication to use non-ssl for internal communications #104

Closed tisboyo closed 3 years ago

tisboyo commented 3 years ago

This is required because the host name for SSL was not matching when connecting inter-server. So this PR opens a non-ssl port strictly within the container network. The alternative was having the bot use the external connection, which the firewall configuration was blocking and was not desired.