[pox-dev] Does pox supports SSL?
Murphy McCauley
murphy.mccauley at gmail.com
Fri Apr 18 16:12:20 PDT 2014
It didn't before just now, but only because there's so little demand. But I've just pushed experimental support for it to dart.
To run a listener in SSL mode, you probably want to start of_01 with --private-key and --certificate and possibly --ca-cert. Like:
./pox.py openflow.of_01 --port=6634 --private-key=ctl-privkey.pem --certificate=ctl-cert.pem --ca-cert=sc-cert.pem
The pem files are the files as described in Open vSwitch's INSTALL.SSL file and the ovs-controller man page.
-- Murphy
On Apr 18, 2014, at 11:18 AM, Keqiang He <hekeqiang at gmail.com> wrote:
> Hi -
>
> Does POX support SSL now?
>
> Regards,
> Keqiang
More information about the pox-dev
mailing list