My setup is two virtual machines running on a single host. One virtual machine runs ONOS and the other virtual machine runs mininet/OVS. The virtual machine running ONOS is running on CentOS 7 and the OpenFlow controller VM is running on Ubuntu 14.04. I've followed the instructions on the wiki (https://wiki.onosproject.org/pages/viewpage.action?pageId=6358090) to configure the southbound OVS connection to use SSL/TLS with self-signed certificates. The main difference is that I don't use onos-install to start ONOS and instead start it locally through "ok clean".
When I start ONOS locally (before starting mininet on the other virtual machine), I check the logs and it has a log entry:
OpenFlow Security is disabled
When I try to get OVS to connect to it using ssl (ovs-vsctl set-controller s1 ssl:192.168.56.101:6633), I get these log messages:
OpenFlow SSL disabled
and
java.lang.IllegalArgumentException: Unknown wire version: 22
Getting the "OpenFlow Security is disabled" message before even starting mininet/OVS makes me think this is a ONOS configuration problem. I also suspect that using "ok clean" instead of onos-install might be a problem.
Does anybody have any idea on how to get around this issue?
Also, I did a search and found this topic: https://groups.google.com/a/onosproject.org/forum/#!searchin/onos-dev/ssl/onos-dev/oVbfC9HKZOg/Iv87qyuhAgAJ
I tried implementing that solution to do a feature:install onos-app-vtn-onosfw, but that did not fix it.
--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+u...@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-dev/1aa1182c-680d-4f93-969a-d21e9981687f%40onosproject.org.