VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
456 stars 216 forks source link

When authentication is turned off, creating a Connection to connect to server fails #3099

Open schandrika opened 1 year ago

schandrika commented 1 year ago

Building a Connection object to vollttron with auth=False fails to create a vip connection string without serverkey, publickey and private When auth is disabled, vip connection string should be just tcp://ip:port and should not require any other parameter.

Module - volttron.platform.agent.connection Class - Connection Failing method - build_vip_address_string() in volttron.platform.init.py