When I install the flowvisor, after starting the flowvisor with this command `sudo -u flowvisor flowvisor ` In a new terminal I type the following to create an slice `fvctl -f /dev/null add-slice upper tcp:localhost:10001 admin@upperslice` I get this errors in two terminals `2016-12-29 14:42:42.631:WARN::javax.net.ssl.SSLException: Received fatal alert: unknown_ca` ``` Could not reach a FlowVisor RPC server at localhost:8081. Please check that FlowVisor is running and try again. ``` Could somebody please help me? I am totally stopped by this problem.
When I install the flowvisor, after starting the flowvisor with this command
sudo -u flowvisor flowvisorIn a new terminal I type the following to create an slice
fvctl -f /dev/null add-slice upper tcp:localhost:10001 admin@uppersliceI get this errors in two terminals
2016-12-29 14:42:42.631:WARN::javax.net.ssl.SSLException: Received fatal alert: unknown_caCould somebody please help me? I am totally stopped by this problem.