What is CURVE I : cannot open client INITIATE vouch?

删除回忆录丶 提交于 2019-12-25 00:06:46

问题


I have a problem about forward historian.

I install volttron_central on PC called A, and then instlal volttron_sub on Raspberry pi.

I entered the command 'vctl auth keypair' on volttron_central, and then I got the serverkey and secretkey.

and I install forward historian on volttron-sub, and running volttron-sub & volttron-central.

but I saw that 'CURVE I : cannot open client INITIATE vouch' on VOLTTRON_Central terminal.

I want to install forward historian on volttron-sub and send device(Philips-Hue) information to volttron-central machine.

Do you know how to solve this problem?

Thank you.


回答1:


Sure...

  1. Login to PC called A. From a volttron enabled console volttron-ctl auth serverkey. This will give you the serverkey that you will use in any remote connection to PC called A.

  2. Login to volttron_sub and get the publickey from the forwarder and voltron central platform agents by running vctl auth publickey `

  3. (Back on PC called A) add the credentials from the forwarder and volttron central platform using vctl auth add --credential <publickey> for each agent.

NOTE: These instructions are assuming you are using releases 5.0 rc branch.



来源:https://stackoverflow.com/questions/48457215/what-is-curve-i-cannot-open-client-initiate-vouch

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!