Re: [ovs-discuss] SSL to controller

2013-09-20 Thread Gurucharan Shetty
On Thu, Sep 19, 2013 at 9:16 PM, Prashant Chougule wrote: > hi, > I try with ovs-vswitchd also but same error as i mention from controller > side, > ./ovs-vswitchd > --certificate=/home/prashant/ovs1.9/openvswitch-1.9.0/ovs/bin/ctl-cert.pem > --private-key=/home/prashant/ovs1.9/openvswitch-1.9.0/o

Re: [ovs-discuss] SSL to controller

2013-09-19 Thread Prashant Chougule
hi, I try with ovs-vswitchd also but same error as i mention from controller side, ./ovs-vswitchd --certificate=/home/prashant/ovs1.9/openvswitch-1.9.0/ovs/bin/ctl-cert.pem --private-key=/home/prashant/ovs1.9/openvswitch-1.9.0/ovs/bin/ctl-privkey.pem --peer-ca-cert=/home/prashant/ovs1.9/openvswitch

Re: [ovs-discuss] SSL to controller

2013-09-19 Thread Gurucharan Shetty
On Thu, Sep 19, 2013 at 5:09 AM, Prashant Chougule wrote: > hello, > > I am trying to connect ovs with floodlight controller over ssl but > i am not able to connect, > i have created keys for the controller and for switch using ovs-pki and try > to connect using ovs-vsctl > ./ovs-vsctl --

[ovs-discuss] SSL to controller

2013-09-19 Thread Prashant Chougule
hello, I am trying to connect ovs with floodlight controller over ssl but i am not able to connect, i have created keys for the controller and for switch using ovs-pki and try to connect using ovs-vsctl ./ovs-vsctl --certificate=ctl-cert.pem --private-key=ctl-privkey.pem --peer-ca-cert=..