Re: [Ryu-devel] Develop https RESTful API by using wsgi

2014-11-12 Thread Yi Tseng
Hi Yusuke, Thanks But they don't talk about how to develop http"s" RESTful api in REST Linkage page. Yi 2014-11-13 8:53 GMT+08:00 Yusuke Iwase : > Hi, > > On 2014年11月05日 16:25, Yi Tseng wrote: > > Hi > > > > Is there any way to develop https RESTful API by using wsgi.py in the > ryu ? > > Ple

Re: [Ryu-devel] Develop https RESTful API by using wsgi

2014-11-12 Thread Yusuke Iwase
Hi, On 2014年11月05日 16:25, Yi Tseng wrote: > Hi > > Is there any way to develop https RESTful API by using wsgi.py in the ryu ? Please refer to "REST Linkage" page in the Ryu-book. I think it might be useful for you. http://osrg.github.io/ryu-book/en/html/rest_api.html > > Because I found ss

[Ryu-devel] Develop https RESTful API by using wsgi

2014-11-04 Thread Yi Tseng
Hi Is there any way to develop https RESTful API by using wsgi.py in the ryu ? Because I found ssl setting(ssl_args) in the ryu.lib.hub.StreamServer https://github.com/osrg/ryu/blob/master/ryu/lib/hub.py#L109-L114 and WSGIServer is child of StreamServer https://github.com/osrg/ryu/blob/master/