You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: