Re: [Ryu-devel] TLS fails, **ssl_args empty

2019-11-15 Thread William Stout
Thanks for the reply, Iwamoto-san. When I start ryu-manager, I provide the private key, certificate file and certificate authority for the switch(es): PWD=`pwd` ryu-manager --ctl-privkey $PWD/pki/ctl-privkey.pem --ctl-cert $PWD/pki/ctl-cert.pem --ca-certs $PWD/pki/sc-cacert.pem --verbose I hav

[Ryu-devel] Ryu manager throwing syntax error

2019-11-15 Thread Ishita Dasgupta
Hi, I have been running a given ryu application without any issue until this week with the following configuration: *python 2.7, ryu 4.34 and other prerequisites including tinyrpc, oslo.config and six is also installed as per instructions on Getting started page (with latest upgrades).* *OS: Ubunt

Re: [Ryu-devel] Ryu manager throwing syntax error

2019-11-15 Thread Yusuke Iwase
Hi, The traceback log shows that the tinyrpc package you have installed is written in Python 3 syntax. Please confirm the compatibility of your packages against Python 2. I suppose the latest tinyrpc doesn't support Python 3. Regards, Iwase 2019年11月16日(土) 1:05 Ishita Dasgupta : > Hi, > > I hav