Re: [Ryu-devel] SSL Connection with Ryu
Brought to you by:
nz_gizmoguy
|
From: <yam...@va...> - 2013-11-18 06:58:42
|
> Hi all,
>
> I have configured the private keys and certificates and have established
> ssl connection using ryu controller with OVS and the switch is showing
> connected true.
> However I'm not able to capture packets on wireshark with ssl field.
> The packets from controller are still showing tcp field on wireshark
>
> ovs-vsctl show
> 76d19433-7892-4c6a-af4d-
> b4e2936f4485
> Bridge "br0"
> Controller "ssl:192.168.6.165:6633"
> is_connected: true
> Port "br0"
> Interface "br0"
> type: internal
> ovs_version: "1.4.0+build0"
>
> Whether the above ssl connection is valid?
this output looks normal.
have you taken a look at this?
http://ryu.readthedocs.org/en/latest/tls.html
YAMAMOTO Takashi
>
> Besides this I'm facing one more issue.I'm not able to consistently
> maintain ssl connection between OVS and Ryu Controller after configuring
> cert and priv keys associated with them.
> I mean the configuration that was working yesterday is not working today.Is
> there any time limit restricted for this?
> Please help .
>
> Thanks..
> Sonia
|